diff --git a/CHANGELOG.md b/CHANGELOG.md index e25fd91..7a28c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.4.5](https://github.com/izelnakri/qunitx/compare/0.4.4...0.4.5) + +- Improve test result output [`428a388`](https://github.com/izelnakri/qunitx/commit/428a388cd3d71692f4e4930b94847a7f44667dab) + #### [0.4.4](https://github.com/izelnakri/qunitx/compare/0.4.3...0.4.4) +> 16 May 2023 + +- Release 0.4.4 [`f18c28c`](https://github.com/izelnakri/qunitx/commit/f18c28c3209eea34b9f0416b2bf9f7e258e0468c) - FIX: --browser handle circular objects on asserts [`b277d4e`](https://github.com/izelnakri/qunitx/commit/b277d4e1991c3a903f69bdf0f4d61bb3b767c4a2) #### [0.4.3](https://github.com/izelnakri/qunitx/compare/0.4.2...0.4.3) diff --git a/package-lock.json b/package-lock.json index 7853781..33fbded 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.4.4", + "version": "0.4.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.4.4", + "version": "0.4.5", "license": "MIT", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.4", diff --git a/package.json b/package.json index dce09cd..845fb9d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.4.4", + "version": "0.4.5", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",