From 25c5115b44107db9ecd5ce689201c4d6329e4284 Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Fri, 3 Sep 2021 03:59:45 +0200 Subject: [PATCH] Release 0.3.0-1 --- 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 3250060..ce9ef54 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.0-1](https://github.com/izelnakri/qunitx/compare/0.3.0-0...0.3.0-1) + +- add keepNames option to esbuild on --browser [`90e84a9`](https://github.com/izelnakri/qunitx/commit/90e84a9ef175b56de1e7eabd6a94f0915f8c6935) + #### [0.3.0-0](https://github.com/izelnakri/qunitx/compare/0.2.4...0.3.0-0) +> 21 July 2021 + +- Release 0.3.0-0 [`0085bcd`](https://github.com/izelnakri/qunitx/commit/0085bcd071752c8a8bdbbbe2a0e95fd8a13a8d8e) - add .js copies of test helpers for tests [`7af122e`](https://github.com/izelnakri/qunitx/commit/7af122eacf98f2e737f4a5874713da5b21d1b981) - pin node.js to v16.5 [`9f364ef`](https://github.com/izelnakri/qunitx/commit/9f364ef5f5ef9aecb5624e7668a92b802d6e1658) - Typescript support in node.js mode [`1a8d546`](https://github.com/izelnakri/qunitx/commit/1a8d546e7edf8e0e4833053714fa635bc7bd92f3) diff --git a/package-lock.json b/package-lock.json index c76f1f8..8be0296 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "qunitx", - "version": "0.3.0-0", + "version": "0.3.0-1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.3.0-0", + "version": "0.3.0-1", "license": "MIT", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.3", diff --git a/package.json b/package.json index 0857884..a8d52b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.3.0-0", + "version": "0.3.0-1", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",