From 7ba76ae290389b14a2926408a1f3cf40afa87f17 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Sat, 29 Jul 2023 20:05:54 +0200 Subject: [PATCH] Release 0.9.0 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5cb74e..d95920e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,23 @@ 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.0](https://github.com/izelnakri/qunitx/compare/0.8.3...0.9.0) + +- Assert.step, expect & async support [`#75`](https://github.com/izelnakri/qunitx/pull/75) +- 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) +- First mature node.js implementation for the tests [`de67b70`](https://github.com/izelnakri/qunitx/commit/de67b7086bc2731da04043ad1c1e5b4d23760714) +- Tests complete for beta release [`e477107`](https://github.com/izelnakri/qunitx/commit/e477107734e30afe25502398b034a7b6f336cee7) +- Tests for stateful assertions [`95bab07`](https://github.com/izelnakri/qunitx/commit/95bab0708e3a68904ab78210e5ede509191597cd) +- Add initial assert.step, expect & async support [`ef2aa00`](https://github.com/izelnakri/qunitx/commit/ef2aa00a96aa681fe5160fc4e92435c99bd198ac) + #### [0.8.3](https://github.com/izelnakri/qunitx/compare/0.8.2...0.8.3) +> 21 July 2023 + - Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 [`#72`](https://github.com/izelnakri/qunitx/pull/72) +- Release 0.8.3 [`53a71b1`](https://github.com/izelnakri/qunitx/commit/53a71b1337180d4d6ec1a37fd1a272902a55f082) - initial tests for necessary assertions [`efdcae7`](https://github.com/izelnakri/qunitx/commit/efdcae7f90ac861fafee806a3ebb6cc0243c52b2) - lock the logic of necessary assertions [`947bc0c`](https://github.com/izelnakri/qunitx/commit/947bc0c525938d935b1bd70d471447329501a0b1) diff --git a/package-lock.json b/package-lock.json index a7105e4..0ab2020 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.8.3", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.8.3", + "version": "0.9.0", "license": "MIT", "devDependencies": { "auto-changelog": "^2.4.0", diff --git a/package.json b/package.json index 4bad108..ec6bc6a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.8.3", + "version": "0.9.0", "description": "A universal test framework for testing any js file on node.js, browser or deno with QUnit API", "author": "Izel Nakri", "license": "MIT",