Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Jan 19, 2016
1 parent e11dabc commit 65e4c2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### HEAD
### 1.2.1 (January 19, 2016)

* Fix npm install instruction in `README.md`.
* [[`e11dabc3a5`](https://github.com/alrra/travis-scripts/commit/e11dabc3a5a7371fbe8d1bf6ae70a094b55c0212)] -
Fix npm install instruction in `README.md`.

### 1.2.0 (January 19, 2016)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"pretest": "rm -rf dist_test && babel test --out-dir dist_test",
"test": "node dist_test/main.js | tap-mocha-reporter spec"
},
"version": "1.2.0"
"version": "1.2.1"
}

0 comments on commit 65e4c2f

Please sign in to comment.