From fa18f0b83bdbff4a72a45eaf9db25f7e3169e5d6 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Fri, 14 May 2021 15:42:54 +0200 Subject: [PATCH] Release 0.1.7 --- 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 6552ce2..fdea472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.1.7](https://github.com/izelnakri/qunitx/compare/0.1.6...0.1.7) + +- add TODO and small missing import ref [`1b44f2f`](https://github.com/izelnakri/qunitx/commit/1b44f2f1ba3b07102c3ad01475203fd95a2c1c2a) +- refresh stdout image [`2f92132`](https://github.com/izelnakri/qunitx/commit/2f9213202d0408c40b47c26a9624b94c8fd1af03) + #### [0.1.6](https://github.com/izelnakri/qunitx/compare/0.1.5...0.1.6) +> 14 May 2021 + +- Release 0.1.6 [`81ca6f5`](https://github.com/izelnakri/qunitx/commit/81ca6f5584dac1bb644cda262f9fb247b426ecdb) - code coverage strategy explanation [`8b21ff5`](https://github.com/izelnakri/qunitx/commit/8b21ff5ea01431abc753efcda334849f6bbd7ead) - add node.js mode code coverage documentation [`0789f2a`](https://github.com/izelnakri/qunitx/commit/0789f2a910481cd0f03f56aadcaf20a7e5e81f0c) diff --git a/package-lock.json b/package-lock.json index 7f9cec9..d08213a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "qunitx", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.1.6", + "version": "0.1.7", "license": "MIT", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.2", diff --git a/package.json b/package.json index d135e40..3ea2fca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.1.6", + "version": "0.1.7", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",