From e49b4bc8bd14978e9fa1e07bd1badc23b545b0a6 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Sat, 22 May 2021 17:59:41 +0200 Subject: [PATCH] Release 0.1.9 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b020a4..e5cbdb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,22 @@ 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.9](https://github.com/izelnakri/qunitx/compare/0.1.8...0.1.9) + +- Bump docker/build-push-action from 2 to 2.4.0 [`#10`](https://github.com/izelnakri/qunitx/pull/10) +- Bump docker/setup-buildx-action from 1 to 1.3.0 [`#11`](https://github.com/izelnakri/qunitx/pull/11) +- Bump actions/checkout from 2 to 2.3.4 [`#12`](https://github.com/izelnakri/qunitx/pull/12) +- Bump docker/login-action from 1 to 1.9.0 [`#13`](https://github.com/izelnakri/qunitx/pull/13) +- Bump actions/cache from 2.1.4 to 2.1.5 [`#14`](https://github.com/izelnakri/qunitx/pull/14) +- escape embedded '</script>' from js; [`#16`](https://github.com/izelnakri/qunitx/pull/16) +- add TODO for maybe per file loading in future [`ddb7a82`](https://github.com/izelnakri/qunitx/commit/ddb7a829dbd5de5e2c5d949acab46febabcc79be) + #### [0.1.8](https://github.com/izelnakri/qunitx/compare/0.1.7...0.1.8) +> 22 May 2021 + - advanced and correct browser target file filtering [`#15`](https://github.com/izelnakri/qunitx/pull/15) +- Release 0.1.8 [`5fdb3a1`](https://github.com/izelnakri/qunitx/commit/5fdb3a1ffd173a8a442c1391f2fe273b0ca0bc57) - add LICENSE [`718b21b`](https://github.com/izelnakri/qunitx/commit/718b21bf021c3bdf05e5411d6692841364c12fe6) #### [0.1.7](https://github.com/izelnakri/qunitx/compare/0.1.6...0.1.7) diff --git a/package-lock.json b/package-lock.json index 6534283..6f30fd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "qunitx", - "version": "0.1.8", + "version": "0.1.9", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.1.8", + "version": "0.1.9", "license": "MIT", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.2", diff --git a/package.json b/package.json index 3d04123..6d6da5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.1.8", + "version": "0.1.9", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",