Skip to content

Commit b2356c4

Browse files
committed
release 2.0.2
1 parent 53288c9 commit b2356c4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v2.0.2
4+
5+
Fixed:
6+
7+
* Fix undefined `util.print()` when using `--version` or passing no tests (Timo Tijhof) [53288c9b47](https://github.com/qunitjs/node-qunit/commit/53288c9b47c5a3fe6b52eabfc7cd9a94ac1c4acd)
8+
39
## v2.0.1
410

511
Fixed:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-qunit",
33
"description": "QUnit testing framework for Node.js",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"author": "Oleg Slobodskoi <oleg008@gmail.com>",
66
"contributors": [
77
{

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ that was deprecated and now lives under the name [`qnit`](https://www.npmjs.com/
3636

3737
### API
3838

39-
https://api.qunitjs.com
39+
https://qunitjs.com/api/
4040

4141
#### The only exception
4242

0 commit comments

Comments
 (0)