diff --git a/CHANGELOG.md b/CHANGELOG.md index ac475b6..2d43617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.7.0](https://github.com/izelnakri/qunitx/compare/0.6.1...0.7.0) + +- rm redundant nodejs-environment setup code [`#73`](https://github.com/izelnakri/qunitx/pull/73) +- update package-lock.json [`d050bd3`](https://github.com/izelnakri/qunitx/commit/d050bd3fdd51b97ff27ac9f5d4024aa28b8569b4) +- npmignore dev files [`eb14559`](https://github.com/izelnakri/qunitx/commit/eb145597f0a0d12bdf1301fe381faf6a0ce0801d) + #### [0.6.1](https://github.com/izelnakri/qunitx/compare/0.6.0...0.6.1) +> 13 July 2023 + +- Release 0.6.1 [`85b1c7c`](https://github.com/izelnakri/qunitx/commit/85b1c7c4040959e832f091af0515fd312545994a) - 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) diff --git a/package-lock.json b/package-lock.json index 512317a..d97f5ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.6.1", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.6.1", + "version": "0.7.0", "license": "MIT", "dependencies": { "cheerio": "^1.0.0-rc.10", diff --git a/package.json b/package.json index 9cf4a7d..b1ade66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.6.1", + "version": "0.7.0", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",