From ce518b150dde3483b62758efab10e31d1ac62c16 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Thu, 20 Jul 2023 05:08:18 +0200 Subject: [PATCH] Release 0.8.2 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be4afc..3d2b12b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.8.2](https://github.com/izelnakri/qunitx/compare/0.8.1...0.8.2) + +- distribution for deno.land [`96d3f22`](https://github.com/izelnakri/qunitx/commit/96d3f2279f657e0c18c4b8101a90e939cd80424e) +- Make deno bin in docker PATH for CI [`2a20b46`](https://github.com/izelnakri/qunitx/commit/2a20b4641932af4d766a67e6b62627698e988faa) +- Comment out qunitx-cli specific test [`c3db80d`](https://github.com/izelnakri/qunitx/commit/c3db80da687e01b86048701326c9eb2482b3b3d9) + #### [0.8.1](https://github.com/izelnakri/qunitx/compare/0.8.0...0.8.1) +> 18 July 2023 + +- Release 0.8.1 [`261c08d`](https://github.com/izelnakri/qunitx/commit/261c08df797ecadd65673a8dba8ea3bef9f33b7e) - 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) diff --git a/package-lock.json b/package-lock.json index 45fd157..777668e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.8.1", + "version": "0.8.2", "license": "MIT", "devDependencies": { "auto-changelog": "^2.4.0", diff --git a/package.json b/package.json index 795720b..e7415e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.8.1", + "version": "0.8.2", "description": "A universal test framework for testing any js file on node.js, browser or deno with QUnit API", "author": "Izel Nakri", "license": "MIT",