diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e4919..5e78e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,23 @@ 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.8](https://github.com/izelnakri/qunitx/compare/0.3.6...0.3.8) + +- Bump docker/login-action from 2.0.0 to 2.1.0 [`#51`](https://github.com/izelnakri/qunitx/pull/51) +- Bump docker/build-push-action from 3.1.1 to 4.0.0 [`#58`](https://github.com/izelnakri/qunitx/pull/58) +- Bump docker/setup-buildx-action from 2.0.0 to 2.5.0 [`#60`](https://github.com/izelnakri/qunitx/pull/60) +- Big updates for newer Node versions [`#61`](https://github.com/izelnakri/qunitx/pull/61) +- Bump docker/login-action from 1.14.1 to 2.0.0 [`#46`](https://github.com/izelnakri/qunitx/pull/46) +- Bump docker/setup-buildx-action from 1.6.0 to 2.0.0 [`#48`](https://github.com/izelnakri/qunitx/pull/48) +- Bump docker/build-push-action from 2.9.0 to 3.1.1 [`#50`](https://github.com/izelnakri/qunitx/pull/50) + #### [0.3.6](https://github.com/izelnakri/qunitx/compare/0.3.5...0.3.6) +> 4 April 2022 + - update packages [`#44`](https://github.com/izelnakri/qunitx/pull/44) - Update README.md [`#43`](https://github.com/izelnakri/qunitx/pull/43) +- Release 0.3.6 [`ae09016`](https://github.com/izelnakri/qunitx/commit/ae09016a0c9e9e1228f0c9ec793854a270c537c1) #### [0.3.5](https://github.com/izelnakri/qunitx/compare/0.3.4...0.3.5) diff --git a/package-lock.json b/package-lock.json index e2f10de..a75fe43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.3.6", + "version": "0.3.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.3.6", + "version": "0.3.8", "license": "MIT", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.4", diff --git a/package.json b/package.json index 341d6b9..30f53a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.3.6", + "version": "0.3.8", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",