Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed May 14, 2023
1 parent 86e7c80 commit 9cf5332
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ 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.4.1](https://github.com/izelnakri/qunitx/compare/0.4.0...0.4.1)

- Test stability improvements [`86e7c80`](https://github.com/izelnakri/qunitx/commit/86e7c80ae78734717aba2c2beed8db9230ab8701)
- Improved shell.js test helper & QUnit upgrade [`0e46fea`](https://github.com/izelnakri/qunitx/commit/0e46fea5e8d8f5a24f6fb3006455a39b25ba4b9f)
- Make qunitx engine warning for node version < 20.1 [`b8cee74`](https://github.com/izelnakri/qunitx/commit/b8cee748d0c0270588252b102bed781556f9379e)
- Improve nodejs shims [`9f44c3f`](https://github.com/izelnakri/qunitx/commit/9f44c3fbb7f04a9794bf5c10ce8eeac499cedb22)

#### [0.4.0](https://github.com/izelnakri/qunitx/compare/0.3.8...0.4.0)

> 10 May 2023
- Big updates: Package refreshes & initial node test shim [`#63`](https://github.com/izelnakri/qunitx/pull/63)
- Release 0.4.0 [`528c771`](https://github.com/izelnakri/qunitx/commit/528c771f80e89c1c912513c586da0acaa686206b)
- Build packages updated [`d6640b2`](https://github.com/izelnakri/qunitx/commit/d6640b2a57d46c20138a0b36da3d22767e155aec)
- moved tests to qunitx node test shim [`e086918`](https://github.com/izelnakri/qunitx/commit/e086918338d31581fcd394fd704c376548563714)
- Lock Node to v19 with TEST RUNNER & PKG REMOVALS [`83fd7fd`](https://github.com/izelnakri/qunitx/commit/83fd7fd400749299905cb38ed51db9717ed9807b)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qunitx",
"type": "module",
"version": "0.4.0",
"version": "0.4.1",
"description": "Experimental improvements, suggestions for qunit CLI",
"author": "Izel Nakri",
"license": "MIT",
Expand Down

0 comments on commit 9cf5332

Please sign in to comment.