Skip to content

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Jul 1, 2019
1 parent 40959d4 commit d9e1a16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 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.0]
------------------------------------------------------------------------
**July 1st, 2019**
* **Added:** [`.buffer`](docs/extensions.md#buffer) assertion
* **Added:** [`.editor`](docs/extensions.md#editor) assertion
* **Added:** Statbar counters filtering results when clicked
Expand Down Expand Up @@ -35,6 +36,7 @@ This project honours [Semantic Versioning](http://semver.org/).

[v2.1.2]
------------------------------------------------------------------------
**June 1st, 2019**
* **Added:** Access to `atom` and `AtomMocha` globals in `.mocharc.js`
* **Added:** `AtomMocha.isCI` property for identifying CI environments
* **Fixed:** Async functions not reformatted in code-blocks
Expand Down Expand Up @@ -160,7 +162,8 @@ Initial release.


[Referenced links]:_____________________________________________________
[Unpublished]: ../../compare/v2.1.2...HEAD
[Unpublished]: ../../compare/v2.2.0...HEAD
[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
[v2.1.0]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v2.1.0
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.1.2",
"version": "v2.2.0",
"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 d9e1a16

Please sign in to comment.