Skip to content

Commit

Permalink
bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Benin committed Apr 27, 2017
1 parent 790dff6 commit 64a0657
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
===

v0.2.1
---
* fix script to run on Node 4

v0.2.0
---
* add Node API to readme
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": "yarpm",
"version": "0.2.0",
"version": "0.2.1",
"description": "CLI tool to run npm scripts with either npm or yarn, depending on how it was started",
"bin": {
"yarpm": "bin/yarpm.js",
Expand Down

0 comments on commit 64a0657

Please sign in to comment.