Skip to content

Commit

Permalink
Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Jul 24, 2019
1 parent 14e1aa9 commit 55e3c1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ Change Log
This project honours [Semantic Versioning](http://semver.org/).


[Unpublished]
[v2.2.1]
------------------------------------------------------------------------
**July 24th, 2019**
* **Added:** `afterStart` callback that's executed after [`mocha.run()`]
* **Fixed:** Inability to scroll default reporter with `minimal` enabled
* **Fixed:** Tests not shown when filtering by failed results
Expand Down Expand Up @@ -173,7 +174,8 @@ Initial release.


[Referenced links]:_____________________________________________________
[Unpublished]: ../../compare/v2.2.0...HEAD
[Unpublished]: ../../compare/v2.2.1...HEAD
[v2.2.1]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v2.2.1
[v2.2.0]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v2.2.0
[v2.1.2]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v2.1.2
[v2.1.1]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v2.1.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atom-mocha",
"version": "v2.2.0",
"version": "v2.2.1",
"description": "Run Atom specs using bleeding-edge Mocha and Chai.",
"repository": "https://github.com/Alhadis/Atom-Mocha",
"author": "John Gardner <[email protected]>",
Expand Down

0 comments on commit 55e3c1e

Please sign in to comment.