From 6a4165b79a6eeb1c4dee76a6fa59b756160b402a Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Sun, 30 Jul 2023 10:33:15 +0200 Subject: [PATCH] Release 0.9.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d95920e..861670a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.9.1](https://github.com/izelnakri/qunitx/compare/0.9.0...0.9.1) + +- Optimize TestContext [`#76`](https://github.com/izelnakri/qunitx/pull/76) +- Freeze Assert, ModuleContext and TestContext [`9c81523`](https://github.com/izelnakri/qunitx/commit/9c81523d70af6b4ff0f881cb40498ca53e80dacb) + #### [0.9.0](https://github.com/izelnakri/qunitx/compare/0.8.3...0.9.0) +> 29 July 2023 + - Assert.step, expect & async support [`#75`](https://github.com/izelnakri/qunitx/pull/75) +- Release 0.9.0 [`7ba76ae`](https://github.com/izelnakri/qunitx/commit/7ba76ae290389b14a2926408a1f3cf40afa87f17) - Pin to node v20.5 and add TODO [`9fd1ee3`](https://github.com/izelnakri/qunitx/commit/9fd1ee38cdd20f6a7bcc1aff1b29f3cd31dfa3fd) - First mature deno implementation for the tests [`9ecd848`](https://github.com/izelnakri/qunitx/commit/9ecd848fd195f1f3b7095ad84ffac16f5e460a7a) - First mature node.js implementation for the tests [`7fccec2`](https://github.com/izelnakri/qunitx/commit/7fccec2ee0c4d93e7fc6e87d1e614fe615591f63) diff --git a/package-lock.json b/package-lock.json index 0ab2020..ca27dc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "devDependencies": { "auto-changelog": "^2.4.0", diff --git a/package.json b/package.json index 800626e..7bb9aa6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.9.0", + "version": "0.9.1", "description": "A universal test framework for testing any js file on node.js, browser or deno with QUnit API", "author": "Izel Nakri", "license": "MIT",