Skip to content

Commit

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


### Features

* **cli:** add cli file to be used for configuring test files ([3b47016](https://github.com/thetutlage/japa/commit/3b47016))



<a name="1.0.1"></a>
## [1.0.1](https://github.com/thetutlage/japa/compare/v1.0.0...v1.0.1) (2017-02-23)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "japa",
"version": "1.0.1",
"version": "1.0.2",
"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 e51248a

Please sign in to comment.