From d8ac855af207827e148ea92973456e1e947ce788 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Thu, 3 Mar 2022 10:35:58 +0100 Subject: [PATCH] Release 0.3.5 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4520896..77a99c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.5](https://github.com/izelnakri/qunitx/compare/0.3.4...0.3.5) + +- esbuild updated to v0.14.24 [`0f19dfd`](https://github.com/izelnakri/qunitx/commit/0f19dfdecedd64c1cc3adbc45d7fdcdbafb1731a) + #### [0.3.4](https://github.com/izelnakri/qunitx/compare/0.3.3...0.3.4) +> 3 March 2022 + +- Release 0.3.4 [`24d7721`](https://github.com/izelnakri/qunitx/commit/24d7721053e2933dc1ee050a83ba1b06c2bd0b39) - update qunit [`d3df084`](https://github.com/izelnakri/qunitx/commit/d3df084690f7a39127ffeb185b715e87083d08f1) #### [0.3.3](https://github.com/izelnakri/qunitx/compare/0.3.2...0.3.3) diff --git a/package-lock.json b/package-lock.json index 254f78b..9aa1c5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.3.4", + "version": "0.3.5", "license": "MIT", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.3", diff --git a/package.json b/package.json index a7010a0..14ac856 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.3.4", + "version": "0.3.5", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",