Skip to content

Commit

Permalink
release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Aug 28, 2024
1 parent e8edbff commit 2d4be6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v2.0.1

Fixed:

* Switch from [`QUnit.load()`](https://qunitjs.com/api/QUnit/load/) to `QUnit.start()`, to fix a deprecation
warning in QUnit 2.21 and later. (Timo Tijhof) [77f00c47a4](https://github.com/qunitjs/node-qunit/commit/77f00c47a4c40677de2f6ef3d6d2e6edf47cf118)

## v2.0.0

Changed:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-qunit",
"description": "QUnit testing framework for Node.js",
"version": "2.0.0",
"version": "2.0.1",
"author": "Oleg Slobodskoi <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 2d4be6e

Please sign in to comment.