From 98d8299eef09dff096e9d22a9f215694ffee5d8c Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Fri, 24 Sep 2021 18:40:27 +0200 Subject: [PATCH] Release 0.3.0-2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9ef54..e8f0b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.3.0-2](https://github.com/izelnakri/qunitx/compare/0.3.0-1...0.3.0-2) + +- Bump docker/build-push-action from 2.6.1 to 2.7.0 [`#26`](https://github.com/izelnakri/qunitx/pull/26) +- Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 [`#27`](https://github.com/izelnakri/qunitx/pull/27) +- add github container registry cache to ci [`8c4919d`](https://github.com/izelnakri/qunitx/commit/8c4919d72c1821410d7f2d1db0406b641898f2f5) +- update pkgs and add sanity tests [`fbef270`](https://github.com/izelnakri/qunitx/commit/fbef270b003909582cf445586bd674264db88d66) + #### [0.3.0-1](https://github.com/izelnakri/qunitx/compare/0.3.0-0...0.3.0-1) +> 3 September 2021 + +- Release 0.3.0-1 [`25c5115`](https://github.com/izelnakri/qunitx/commit/25c5115b44107db9ecd5ce689201c4d6329e4284) - add keepNames option to esbuild on --browser [`90e84a9`](https://github.com/izelnakri/qunitx/commit/90e84a9ef175b56de1e7eabd6a94f0915f8c6935) #### [0.3.0-0](https://github.com/izelnakri/qunitx/compare/0.2.4...0.3.0-0) diff --git a/package-lock.json b/package-lock.json index 6489df0..56c10c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "qunitx", - "version": "0.3.0-1", + "version": "0.3.0-2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.3.0-1", + "version": "0.3.0-2", "license": "MIT", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.3", diff --git a/package.json b/package.json index 99799ab..22170c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.3.0-1", + "version": "0.3.0-2", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",