Skip to content

Commit

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

- Optimizations [`#78`](https://github.com/izelnakri/qunitx/pull/78)
- Refactor CI to use Nix [`#77`](https://github.com/izelnakri/qunitx/pull/77)
- 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)

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

> 30 July 2023
- Optimize TestContext [`#76`](https://github.com/izelnakri/qunitx/pull/76)
- Release 0.9.1 [`6a4165b`](https://github.com/izelnakri/qunitx/commit/6a4165b79a6eeb1c4dee76a6fa59b756160b402a)
- Freeze Assert, ModuleContext and TestContext [`9c81523`](https://github.com/izelnakri/qunitx/commit/9c81523d70af6b4ff0f881cb40498ca53e80dacb)

#### [0.9.0](https://github.com/izelnakri/qunitx/compare/0.8.3...0.9.0)
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.1",
"version": "0.9.2",
"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 f0d7d36

Please sign in to comment.