Skip to content

Commit

Permalink
update to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencec committed Sep 3, 2017
1 parent fc24db2 commit ffe966c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.4.0] - 2017-09-03
### Added

- Fix for [incorrect test args silently fails to execute test](https://github.com/lawrencec/Unroll/issues/30)

## [1.2.2] - 2017-06-25
### Added

- Fix for [some async test would always pass](https://github.com/lawrencec/Unroll/issues/21)

## [1.2.1] - 2017-05-18
### Added

- Fix for [Test args is mutated](https://github.com/lawrencec/Unroll/issues/14)


## [1.1.0] - 2015-12-30
### Added

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": "unroll",
"version": "1.3.0",
"version": "1.4.0",
"description": "A helper tool to easily iterate through test data against a test method with verbose output about each iteration.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ffe966c

Please sign in to comment.