Skip to content

Commit 4594463

Browse files
committed
2.0.0
1 parent 0ead0ba commit 4594463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mitt",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Tiny 200b functional Event Emitter / pubsub.",
55
"jsnext:main": "dist/mitt.es.js",
66
"source": "src/index.ts",
@@ -17,7 +17,7 @@
1717
"build": "npm-run-all --silent clean -p bundle -s docs",
1818
"clean": "rimraf dist",
1919
"docs": "documentation readme src/index.ts --section API -q --parse-extension ts",
20-
"release": "npm run -s build -s && npm t && git tag $npm_package_version && git push && git push --tags && npm publish"
20+
"release": "npm run -s build -s && npm t && git commit -m $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
2121
},
2222
"repository": "developit/mitt",
2323
"keywords": [

0 commit comments

Comments
 (0)