Skip to content

Commit

Permalink
Release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 5, 2023
1 parent 15fe989 commit 2abf0f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ 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.9.3](https://github.com/izelnakri/qunitx/compare/0.9.2...0.9.3)

- QUnit reference fix for deno on esm.sh [`15fe989`](https://github.com/izelnakri/qunitx/commit/15fe989456235b952ac662a44db88d6a20cdc67d)
- remove redundant test/helpers from dev environment [`8c11bf4`](https://github.com/izelnakri/qunitx/commit/8c11bf4cedf44c2ea06c3b3c3300b9d609afd053)

#### [0.9.2](https://github.com/izelnakri/qunitx/compare/0.9.1...0.9.2)

> 1 August 2023
- Optimizations [`#78`](https://github.com/izelnakri/qunitx/pull/78)
- Refactor CI to use Nix [`#77`](https://github.com/izelnakri/qunitx/pull/77)
- Release 0.9.2 [`f0d7d36`](https://github.com/izelnakri/qunitx/commit/f0d7d369ac5e8b63fb9ee086de1dbc0202723575)
- update devDependencies [`b6c8b42`](https://github.com/izelnakri/qunitx/commit/b6c8b42c20b1b317dab5b420c952114a7c4046d2)
- optimize ModuleContext module: remove extra props [`6be798d`](https://github.com/izelnakri/qunitx/commit/6be798daa00a11c34a854f14c2ba60b09509379d)
- Cosmetic code changes to the some shim modules [`cd9a3ea`](https://github.com/izelnakri/qunitx/commit/cd9a3ea94f09184af180355a0fd5c6d90fe8b33b)
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.9.2",
"version": "0.9.3",
"description": "A universal test framework for testing any js file on node.js, browser or deno with QUnit API",
"author": "Izel Nakri",
"license": "MIT",
Expand Down

0 comments on commit 2abf0f3

Please sign in to comment.