diff --git a/CHANGELOG.md b/CHANGELOG.md index 963282d..9c447ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Change Log This project honours [Semantic Versioning](http://semver.org/). -[Unpublished] +[v2.1.2] ------------------------------------------------------------------------ * **Added:** Access to `atom` and `AtomMocha` globals in `.mocharc.js` * **Added:** `AtomMocha.isCI` property for identifying CI environments @@ -131,7 +131,8 @@ Initial release. [Referenced links]:_____________________________________________________ -[Unpublished]: ../../compare/v2.1.1...HEAD +[Unpublished]: ../../compare/v2.1.2...HEAD +[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 [v2.0.7]: https://github.com/Alhadis/Atom-Mocha/releases/tag/v2.0.7 diff --git a/package.json b/package.json index 6c106b5..a806705 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atom-mocha", - "version": "v2.1.1", + "version": "v2.1.2", "description": "Run Atom specs using bleeding-edge Mocha and Chai.", "repository": "https://github.com/Alhadis/Atom-Mocha", "author": "John Gardner ",