Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Jul 21, 2023
1 parent 0d88e33 commit 53a71b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ 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.8.3](https://github.com/izelnakri/qunitx/compare/0.8.2...0.8.3)

- Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 [`#72`](https://github.com/izelnakri/qunitx/pull/72)
- initial tests for necessary assertions [`efdcae7`](https://github.com/izelnakri/qunitx/commit/efdcae7f90ac861fafee806a3ebb6cc0243c52b2)
- lock the logic of necessary assertions [`947bc0c`](https://github.com/izelnakri/qunitx/commit/947bc0c525938d935b1bd70d471447329501a0b1)

#### [0.8.2](https://github.com/izelnakri/qunitx/compare/0.8.1...0.8.2)

> 20 July 2023
- Release 0.8.2 [`ce518b1`](https://github.com/izelnakri/qunitx/commit/ce518b150dde3483b62758efab10e31d1ac62c16)
- distribution for deno.land [`96d3f22`](https://github.com/izelnakri/qunitx/commit/96d3f2279f657e0c18c4b8101a90e939cd80424e)
- Make deno bin in docker PATH for CI [`2a20b46`](https://github.com/izelnakri/qunitx/commit/2a20b4641932af4d766a67e6b62627698e988faa)
- Comment out qunitx-cli specific test [`c3db80d`](https://github.com/izelnakri/qunitx/commit/c3db80da687e01b86048701326c9eb2482b3b3d9)
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.8.2",
"version": "0.8.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 53a71b1

Please sign in to comment.