diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad6fdf..e70b67d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ 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.9.3](https://github.com/izelnakri/qunitx/compare/0.9.2...0.9.3) + +- QUnit reference fix for deno on esm.sh [`15fe989`](https://github.com/izelnakri/qunitx/commit/15fe989456235b952ac662a44db88d6a20cdc67d) +- remove redundant test/helpers from dev environment [`8c11bf4`](https://github.com/izelnakri/qunitx/commit/8c11bf4cedf44c2ea06c3b3c3300b9d609afd053) + #### [0.9.2](https://github.com/izelnakri/qunitx/compare/0.9.1...0.9.2) +> 1 August 2023 + - Optimizations [`#78`](https://github.com/izelnakri/qunitx/pull/78) - Refactor CI to use Nix [`#77`](https://github.com/izelnakri/qunitx/pull/77) +- Release 0.9.2 [`f0d7d36`](https://github.com/izelnakri/qunitx/commit/f0d7d369ac5e8b63fb9ee086de1dbc0202723575) - update devDependencies [`b6c8b42`](https://github.com/izelnakri/qunitx/commit/b6c8b42c20b1b317dab5b420c952114a7c4046d2) - optimize ModuleContext module: remove extra props [`6be798d`](https://github.com/izelnakri/qunitx/commit/6be798daa00a11c34a854f14c2ba60b09509379d) - Cosmetic code changes to the some shim modules [`cd9a3ea`](https://github.com/izelnakri/qunitx/commit/cd9a3ea94f09184af180355a0fd5c6d90fe8b33b) diff --git a/package-lock.json b/package-lock.json index 423a9bb..c8c8dd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.9.2", + "version": "0.9.3", "license": "MIT", "devDependencies": { "auto-changelog": "^2.4.0", diff --git a/package.json b/package.json index 791426e..cb723d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.9.2", + "version": "0.9.3", "description": "A universal test framework for testing any js file on node.js, browser or deno with QUnit API", "author": "Izel Nakri", "license": "MIT",