Skip to content

Commit

Permalink
[added] mt-changelog and release-script
Browse files Browse the repository at this point in the history
- renamed HISTORY to CHANGELOG
  • Loading branch information
dozoisch committed Oct 15, 2015
1 parent dfa9bf2 commit fc3350a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions HISTORY.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# History

# 0.4.0
- Added Size Props |Merge #5
- Fixed bug with refs
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"build": "node run-babel tools/build.js",
"lint": "eslint src test tools webpack karma.conf.js",
"test": "karma start --single-run && npm run build",
"test-watch": "karma start"
"test-watch": "karma start",
"patch": "release patch --run",
"minor": "release minor --run",
"major": "release major --run"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,11 +59,13 @@
"karma-webpack": "~1.7.0",
"lodash": "~3.10.1",
"mocha": "~2.2.5",
"mt-changelog": "^0.6.2",
"phantomjs": "^1.9.18",
"react": "~0.14.0",
"react-dom": "~0.14.0",
"webpack": "~1.11.0",
"yargs": "~3.19.0"
"release-script": "^0.5.3",
},
"dependencies": {
"babel-runtime": "^5.8.0",
Expand Down

0 comments on commit fc3350a

Please sign in to comment.