Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jun 6, 2021
1 parent 83bce59 commit 472d327
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
Changelog for the [js-reporters](https://www.npmjs.com/package/js-reporters) package. See [spec/](./spec/cri-draft.adoc) for the CRI standard.

2.1.0 / 2021-06-06
==================

### Added

* QUnitAdapter: Support for `todo` tests. (Timo Tijhof) [#140](https://github.com/js-reporters/js-reporters/pull/140)

2.0.0 / 2021-04-04
==================

Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "js-reporters",
"version": "2.0.0",
"version": "2.1.0",
"description": "Common reporter interface for JavaScript testing frameworks.",
"main": "dist/js-reporters.js",
"files": [
Expand Down

0 comments on commit 472d327

Please sign in to comment.