From 261c08df797ecadd65673a8dba8ea3bef9f33b7e Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Tue, 18 Jul 2023 06:14:03 +0200 Subject: [PATCH] Release 0.8.1 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063dba9..2be4afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.8.1](https://github.com/izelnakri/qunitx/compare/0.8.0...0.8.1) + +- Deno CI setup [`60c7a09`](https://github.com/izelnakri/qunitx/commit/60c7a091c3e81089c431ef38f6daac700c37ac5b) +- Test script setup [`c8ad1ac`](https://github.com/izelnakri/qunitx/commit/c8ad1ac830e4cec20a1264392ee9b6cb1d78d1dc) +- Initial 1-1 mapping of QUnit API to deno [`fe1d29a`](https://github.com/izelnakri/qunitx/commit/fe1d29ae14ca4a9a9f5278072a316f362e2cc086) +- Initial 1-1 mapping of QUnit API to node assert API [`7adf574`](https://github.com/izelnakri/qunitx/commit/7adf574a6167272874d1398428cb5c1500a8c5b1) +- add dev badges to README [`4e2c9d2`](https://github.com/izelnakri/qunitx/commit/4e2c9d2d49636374a17f47b3e6cb8819c38879cb) +- add asciicast to README [`471bc75`](https://github.com/izelnakri/qunitx/commit/471bc7548235d497d06d5ec8fef91654907ea263) +- Improve documentation [`69d7092`](https://github.com/izelnakri/qunitx/commit/69d709283073146c110fdaee9aa233f5ca9a2a69) +- Added initial deepEqual tests [`084773f`](https://github.com/izelnakri/qunitx/commit/084773fbb930551905618fcd9969477da58a2cd9) +- Update README [`aa21556`](https://github.com/izelnakri/qunitx/commit/aa215561deddaa65d4669ad3bf4453389085d5d9) + #### [0.8.0](https://github.com/izelnakri/qunitx/compare/0.7.0...0.8.0) +> 13 July 2023 + +- Release 0.8.0 [`abd5508`](https://github.com/izelnakri/qunitx/commit/abd5508d70bba8b3bf228102e0163afc24f08f5e) - Prepare 0-dep qunitx package [`e82f79a`](https://github.com/izelnakri/qunitx/commit/e82f79a994b89f41f03148d63243e8afeb61bd66) - Removed all cli code from this repo [`ae698ea`](https://github.com/izelnakri/qunitx/commit/ae698eabd09a25f38519b17dd43eeb2f80d4d90f) diff --git a/package-lock.json b/package-lock.json index 0dc8071..638772b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "devDependencies": { "auto-changelog": "^2.4.0", diff --git a/package.json b/package.json index 89ba0e1..b1eb4a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.8.0", + "version": "0.8.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",