diff --git a/CHANGELOG.md b/CHANGELOG.md index de9364b..61fc127 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.2.0](https://github.com/izelnakri/qunitx/compare/0.1.14...0.2.0) + +- important output node mode test error [`72d3227`](https://github.com/izelnakri/qunitx/commit/72d3227f9431be9b82ee6117a1204d4e7ba24800) + #### [0.1.14](https://github.com/izelnakri/qunitx/compare/0.1.13...0.1.14) +> 2 June 2021 + - before-n-after user script feature implementation [`#19`](https://github.com/izelnakri/qunitx/pull/19) +- Release 0.1.14 [`050d71f`](https://github.com/izelnakri/qunitx/commit/050d71f009174b45a46ac87b80e0f696bf432785) - fix CI add vendor folder to containers [`c1f0763`](https://github.com/izelnakri/qunitx/commit/c1f07638d4333e18965769eb4ae5958356d0b1ec) - fix existing tests, add more to help output [`827fe78`](https://github.com/izelnakri/qunitx/commit/827fe788d54a4db88e7ae838d4173f8bcda6b638) - tests for before and after script feature [`5983b52`](https://github.com/izelnakri/qunitx/commit/5983b526f23c55f6cb1fb59ff70152652498f1c4) diff --git a/package-lock.json b/package-lock.json index 29f62e8..51c1c76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "qunitx", - "version": "0.1.14", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.1.14", + "version": "0.2.0", "license": "MIT", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.3", diff --git a/package.json b/package.json index 9aa911d..936af77 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.1.14", + "version": "0.2.0", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",