From 85b1c7c4040959e832f091af0515fd312545994a Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Thu, 13 Jul 2023 19:22:36 +0200 Subject: [PATCH] Release 0.6.1 --- 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 a41ac2e..ac475b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,22 @@ 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.6.1](https://github.com/izelnakri/qunitx/compare/0.6.0...0.6.1) + +- Optimize CI docker image building [`5992a85`](https://github.com/izelnakri/qunitx/commit/5992a8504f44f7dda9eebb14d455a1959e2be9ea) +- add connections.server.close() [`fd6ffeb`](https://github.com/izelnakri/qunitx/commit/fd6ffeb8023b0953c66ff74dc5ae76189b1cd7be) +- pin node.js to v20.4 [`5d2d03a`](https://github.com/izelnakri/qunitx/commit/5d2d03a14561cfd8bfcec70eb4d846ac874c958b) +- update dependencies [`d50efab`](https://github.com/izelnakri/qunitx/commit/d50efabf22d0b7456284b218f3602882fa50cfba) + #### [0.6.0](https://github.com/izelnakri/qunitx/compare/0.5.3...0.6.0) +> 13 July 2023 + - Bump docker/login-action from 2.1.0 to 2.2.0 [`#64`](https://github.com/izelnakri/qunitx/pull/64) - Bump docker/build-push-action from 4.0.0 to 4.1.1 [`#67`](https://github.com/izelnakri/qunitx/pull/67) - Bump docker/setup-buildx-action from 2.5.0 to 2.9.0 [`#70`](https://github.com/izelnakri/qunitx/pull/70) - nanoexpress replaced with pure node server [`#71`](https://github.com/izelnakri/qunitx/pull/71) +- Release 0.6.0 [`e6e20ac`](https://github.com/izelnakri/qunitx/commit/e6e20acc13146198c8a0bbd4e84cf0c7109a1b20) #### [0.5.3](https://github.com/izelnakri/qunitx/compare/0.5.2...0.5.3) diff --git a/package-lock.json b/package-lock.json index 31f7079..0940dfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.6.0", + "version": "0.6.1", "license": "MIT", "dependencies": { "cheerio": "^1.0.0-rc.10", diff --git a/package.json b/package.json index bcc9b9d..0fdb589 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.6.0", + "version": "0.6.1", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",