From 10a968fd347ec1f17073f7de4b011056b2954a0e Mon Sep 17 00:00:00 2001 From: Izel Nakri Date: Mon, 26 Jun 2023 16:09:27 +0200 Subject: [PATCH] Release 0.5.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282a7a6..ad41e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.5.1](https://github.com/izelnakri/qunitx/compare/0.5.0...0.5.1) + +- Fix & document ts-node/esm loader for node.js mode [`1900cef`](https://github.com/izelnakri/qunitx/commit/1900cef0983525157bc7f7c989fd9e7228fa7582) +- Update Dockerfile node.js to v20.3.1 [`2bee9fa`](https://github.com/izelnakri/qunitx/commit/2bee9fabe87b34a31b68876cdd0fa722cb8437ac) + #### [0.5.0](https://github.com/izelnakri/qunitx/compare/0.4.5...0.5.0) +> 26 June 2023 + +- Release 0.5.0 [`751a691`](https://github.com/izelnakri/qunitx/commit/751a69156d4cb1fb2c4d6fd9120dfa4a257f3027) - Update assertion shims [`f87556e`](https://github.com/izelnakri/qunitx/commit/f87556e725753b988fb7aac05ac7ef1138855019) - test/commands now work for deno [`6b721fa`](https://github.com/izelnakri/qunitx/commit/6b721fa9206d2b00a19b2e9dbdf80a20ff7a0b6c) - initial deno cli setup [`5a81d05`](https://github.com/izelnakri/qunitx/commit/5a81d05f7b6d6639ff26fe2daf918ad41206abe3) diff --git a/package-lock.json b/package-lock.json index d8e42e0..fdff662 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "qunitx", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "qunitx", - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "dependencies": { "@nanoexpress/middleware-static-serve": "^1.0.4", diff --git a/package.json b/package.json index c4d5b3d..46fc858 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "qunitx", "type": "module", - "version": "0.5.0", + "version": "0.5.1", "description": "Experimental improvements, suggestions for qunit CLI", "author": "Izel Nakri", "license": "MIT",