From 2c25d7d0528a7013c9829f51bd8a42fe1fbc4af7 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Wed, 21 Jul 2021 09:28:36 +0200 Subject: [PATCH] Release 0.2.4 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d01dce3..a46ed4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,27 @@ 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.2.4](https://github.com/izelnakri/qunitx/compare/0.2.3...0.2.4) + +#### [0.2.3](https://github.com/izelnakri/qunitx/compare/0.2.2...0.2.3) + +> 21 July 2021 + +- Bump docker/login-action from 1.9.0 to 1.10.0 [`#20`](https://github.com/izelnakri/qunitx/pull/20) +- Bump docker/build-push-action from 2.5.0 to 2.6.1 [`#23`](https://github.com/izelnakri/qunitx/pull/23) +- Bump docker/setup-buildx-action from 1.3.0 to 1.5.1 [`#25`](https://github.com/izelnakri/qunitx/pull/25) +- Release 0.2.3 [`8aa9738`](https://github.com/izelnakri/qunitx/commit/8aa9738b760171dac8ccea328705269bb0b1c93b) +- remove redundant fs.mkdir option [`3ef8d94`](https://github.com/izelnakri/qunitx/commit/3ef8d94d4cb9f8f505f8ebfede344c585cf80748) +- update nanoexpress package [`1b1c566`](https://github.com/izelnakri/qunitx/commit/1b1c5662566d7053dc4719ad7ba65c9f96d1651b) +- packages upgraded [`f5ec9c8`](https://github.com/izelnakri/qunitx/commit/f5ec9c8c779f74d22a88baddd6ddb04c5cbe940a) + #### [0.2.2](https://github.com/izelnakri/qunitx/compare/0.2.1...0.2.2) +> 22 June 2021 + - Bump docker/build-push-action from 2.4.0 to 2.5.0 [`#17`](https://github.com/izelnakri/qunitx/pull/17) - Bump actions/cache from 2.1.5 to 2.1.6 [`#18`](https://github.com/izelnakri/qunitx/pull/18) +- Release 0.2.2 [`ab2cf59`](https://github.com/izelnakri/qunitx/commit/ab2cf5956046d2015dccffa98c2c3e94de3029bd) - fix test cleanup [`2930cd6`](https://github.com/izelnakri/qunitx/commit/2930cd617c474117f99fb25c005bcdb7eaf3550d) - update all packages to latest versions [`285edbb`](https://github.com/izelnakri/qunitx/commit/285edbbfa447d3c164290c558a9e5912268fc470) diff --git a/package-lock.json b/package-lock.json index 7d2c1a7..8492d91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "qunitx", - "version": "0.2.2", + "version": "0.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.2.2", + "version": "0.2.4", "license": "MIT", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.3", diff --git a/package.json b/package.json index 929cd67..b5c03d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.2.2", + "version": "0.2.4", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",