Skip to content

Commit

Permalink
chore(release): release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 1, 2017
1 parent 6666f99 commit c2915c3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
<a name="1.0.3"></a>
## [1.0.3](https://github.com/thetutlage/japa/compare/v1.0.2...v1.0.3) (2017-04-01)


### Bug Fixes

* **middleware:** do not pass next to wrapFn ([de5d1c4](https://github.com/thetutlage/japa/commit/de5d1c4))
* **middleware:** read bail value from the util module ([f24d2d7](https://github.com/thetutlage/japa/commit/f24d2d7))


### Features

* **reporter:** show custom message when zero tests ran ([6ce1d59](https://github.com/thetutlage/japa/commit/6ce1d59))



<a name="1.0.2"></a>
## [1.0.2](https://github.com/thetutlage/japa/compare/v1.0.1...v1.0.2) (2017-04-01)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "japa",
"version": "1.0.2",
"version": "1.0.3",
"description": "Japa is a batteries included minimal testing framework for Node.Js. Japa does not have any cli to run your tests, infact running the test file as a node script will execute the tests for you (quite similar to tape)",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit c2915c3

Please sign in to comment.