aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2020-05-26 18:43:49 -0400
committerJason Miller <[email protected]>2020-05-26 18:43:49 -0400
commit45944633f2289e0237ac548a32bf1be0742dff20 (patch)
tree6e711cf9cbbe6d3412498d75a40af09861e5b2ba
parent0ead0bafdee03a0da3ea552d847b712b7825d562 (diff)
2.0.0
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index b18580a..a0dbdf1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mitt",
- "version": "1.2.0",
+ "version": "2.0.0",
"description": "Tiny 200b functional Event Emitter / pubsub.",
"jsnext:main": "dist/mitt.es.js",
"source": "src/index.ts",
@@ -17,7 +17,7 @@
"build": "npm-run-all --silent clean -p bundle -s docs",
"clean": "rimraf dist",
"docs": "documentation readme src/index.ts --section API -q --parse-extension ts",
- "release": "npm run -s build -s && npm t && git tag $npm_package_version && git push && git push --tags && npm publish"
+ "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"
},
"repository": "developit/mitt",
"keywords": [