Skip to content

Commit

Permalink
release 2.10.0, update package.json and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ngarbezza committed Jan 18, 2019
1 parent d604803 commit 31c737b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Everything is released. Yay!

## [2.10.0] - 2019-01-18
### Added
- [Error result if test does not have assertions (#7)](https://github.com/ngarbezza/testy/issues/7)

## [2.9.1] - 2019-01-04
### Fixed
- [Return exit code 1 when tests fail or raise any error (#6)](https://github.com/ngarbezza/testy/issues/6)
Expand All @@ -20,6 +24,7 @@ Everything is released. Yay!
### Changed
- Fix passed count at test runner level

[Unreleased]: https://github.com/ngarbezza/testy/compare/v2.9.0...HEAD
[Unreleased]: https://github.com/ngarbezza/testy/compare/v2.10.0...HEAD
[2.10.0]: https://github.com/ngarbezza/testy/compare/v2.9.1...v2.10.0
[2.9.1]: https://github.com/ngarbezza/testy/compare/v2.9.0...v2.9.1
[2.9.0]: https://github.com/ngarbezza/testy/compare/v2.8.1...v2.9.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pmoo/testy",
"version": "2.9.1",
"version": "2.10.0",
"description": "A very simple testing library, for educational purposes",
"homepage": "https://github.com/ngarbezza/testy",
"repository": {
Expand Down

0 comments on commit 31c737b

Please sign in to comment.