diff --git a/CHANGELOG.md b/CHANGELOG.md index 314173f..e5b82ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.0.46](https://github.com/izelnakri/qunitx/compare/0.0.45...0.0.46) + +- bugfix and more parallel setup [`16cfb55`](https://github.com/izelnakri/qunitx/commit/16cfb55cc25884181632f3ece3139fd02fe23f3c) + #### [0.0.45](https://github.com/izelnakri/qunitx/compare/0.0.44...0.0.45) +> 29 April 2021 + - optimize browser building and setup [`#5`](https://github.com/izelnakri/qunitx/pull/5) +- Release 0.0.45 [`6362a8b`](https://github.com/izelnakri/qunitx/commit/6362a8b95aa9a5e75a0bd379ca5bf3b0cbf96a23) #### [0.0.44](https://github.com/izelnakri/qunitx/compare/0.0.43...0.0.44) diff --git a/package-lock.json b/package-lock.json index d241d03..0b6de19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "qunitx", - "version": "0.0.45", + "version": "0.0.46", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.0.45", + "version": "0.0.46", "license": "MIT", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.1", diff --git a/package.json b/package.json index b0a18cf..f281293 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.0.45", + "version": "0.0.46", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",