From abd5508d70bba8b3bf228102e0163afc24f08f5e Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Thu, 13 Jul 2023 21:01:03 +0200 Subject: [PATCH] Release 0.8.0 --- 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 2d43617..063dba9 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.8.0](https://github.com/izelnakri/qunitx/compare/0.7.0...0.8.0) + +- 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) + #### [0.7.0](https://github.com/izelnakri/qunitx/compare/0.6.1...0.7.0) +> 13 July 2023 + - rm redundant nodejs-environment setup code [`#73`](https://github.com/izelnakri/qunitx/pull/73) +- Release 0.7.0 [`f2858b4`](https://github.com/izelnakri/qunitx/commit/f2858b4ffca3c5c197b95fb8ee2571da4a4d5d3b) - update package-lock.json [`d050bd3`](https://github.com/izelnakri/qunitx/commit/d050bd3fdd51b97ff27ac9f5d4024aa28b8569b4) - npmignore dev files [`eb14559`](https://github.com/izelnakri/qunitx/commit/eb145597f0a0d12bdf1301fe381faf6a0ce0801d) diff --git a/package-lock.json b/package-lock.json index c05ad8c..5b39e6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.7.0", + "version": "0.8.0", "license": "MIT", "devDependencies": { "auto-changelog": "^2.4.0", diff --git a/package.json b/package.json index 4e1bfa5..43d8d63 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.7.0", + "version": "0.8.0", "description": "Framework testing any js file on node.js, browser or deno with QUnit API", "author": "Izel Nakri", "license": "MIT",