Skip to content

Commit

Permalink
chore(release): 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mklabs committed Apr 30, 2016
1 parent 97fc9ce commit dbbdcac
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.3"></a>
## [1.0.3](https://github.com/mklabs/node-tabtab/compare/v1.0.2...v1.0.3) (2016-04-30)


### Bug Fixes

* **babel:** Add babel as prepublish step ([97fc9ce](https://github.com/mklabs/node-tabtab/commit/97fc9ce))



<a name="1.0.2"></a>
## [1.0.2](https://github.com/mklabs/node-tabtab/compare/v1.0.1...v1.0.2) (2016-04-29)

Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
"scripts": {
"test": "SHELL=zsh babel-node ./node_modules/.bin/mocha test",
"babel": "babel lib/ -d src/",
"changelog": "npm run semantic",
"prepublish": "npm run babel",
"pretest": "npm run babel"
"pretest": "npm run babel",
"release": "standard-version"
},
"devDependencies": {
"babel-cli": "^6.7.5",
Expand All @@ -18,6 +20,7 @@
"gentle-cli": "^1.0.3",
"jscs": "^3.0.3",
"mocha": "^2.4.5",
"standard-version": "^2.1.2",
"watchd": "^1.0.0"
},
"license": "MIT",
Expand All @@ -40,5 +43,5 @@
"mkdirp": "^0.5.1",
"npmlog": "^2.0.3"
},
"version": "1.0.2"
}
"version": "1.0.3"
}

0 comments on commit dbbdcac

Please sign in to comment.