Skip to content

Commit fc3350a

Browse files
committed
[added] mt-changelog and release-script
- renamed HISTORY to CHANGELOG
1 parent dfa9bf2 commit fc3350a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

HISTORY.md renamed to CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# History
2-
31
# 0.4.0
42
- Added Size Props |Merge #5
53
- Fixed bug with refs

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"build": "node run-babel tools/build.js",
1111
"lint": "eslint src test tools webpack karma.conf.js",
1212
"test": "karma start --single-run && npm run build",
13-
"test-watch": "karma start"
13+
"test-watch": "karma start",
14+
"patch": "release patch --run",
15+
"minor": "release minor --run",
16+
"major": "release major --run"
1417
},
1518
"repository": {
1619
"type": "git",
@@ -56,11 +59,13 @@
5659
"karma-webpack": "~1.7.0",
5760
"lodash": "~3.10.1",
5861
"mocha": "~2.2.5",
62+
"mt-changelog": "^0.6.2",
5963
"phantomjs": "^1.9.18",
6064
"react": "~0.14.0",
6165
"react-dom": "~0.14.0",
6266
"webpack": "~1.11.0",
6367
"yargs": "~3.19.0"
68+
"release-script": "^0.5.3",
6469
},
6570
"dependencies": {
6671
"babel-runtime": "^5.8.0",

0 commit comments

Comments
 (0)