From d6caca20557ac0d42997f9ecc5927b70ab382837 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Thu, 3 Mar 2022 10:30:41 +0100 Subject: [PATCH] Release 0.3.3 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2212483..c81c098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,20 @@ 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.3.3](https://github.com/izelnakri/qunitx/compare/0.3.2...0.3.3) + +- add keywords to package.json [`#37`](https://github.com/izelnakri/qunitx/pull/37) +- Bump actions/checkout from 2.4.0 to 3 [`#40`](https://github.com/izelnakri/qunitx/pull/40) +- Bump docker/build-push-action from 2.7.0 to 2.9.0 [`#36`](https://github.com/izelnakri/qunitx/pull/36) +- Bump docker/login-action from 1.12.0 to 1.14.1 [`#41`](https://github.com/izelnakri/qunitx/pull/41) +- Bump docker/login-action from 1.10.0 to 1.12.0 [`#34`](https://github.com/izelnakri/qunitx/pull/34) +- update npm packages [`2d46b59`](https://github.com/izelnakri/qunitx/commit/2d46b596f479b3ae9f11c33e81e72700b6a2a34e) + #### [0.3.2](https://github.com/izelnakri/qunitx/compare/0.3.1...0.3.2) +> 23 November 2021 + +- Release 0.3.2 [`71baed0`](https://github.com/izelnakri/qunitx/commit/71baed0eca3f6b46497bf754d0525d939ed42ca3) - optimize CI docker container space [`e24fa52`](https://github.com/izelnakri/qunitx/commit/e24fa52ff4c38394bdc9eecdc1185cb552826ce5) - fix CI container dependencies [`2a69ed5`](https://github.com/izelnakri/qunitx/commit/2a69ed5c8457158e4dcce3581e275f058af4dd0e) diff --git a/package-lock.json b/package-lock.json index 0c48584..7bfeb2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.3", diff --git a/package.json b/package.json index b2aad39..e126e38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.3.2", + "version": "0.3.3", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",