aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2019-10-21 12:44:50 -0400
committerJason Miller <[email protected]>2019-10-21 12:44:50 -0400
commit06c1fc22223713729d69c35a8fd4cc1a825fa443 (patch)
tree7ba0ddfdde8ab279dc2b2c87ff424879179d8d06 /package.json
parent80bbdbeb4a0d3e8df2d40857f1be0f30a70f23f8 (diff)
chore(release): 1.2.1
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index d80b306..dc4a1c8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mitt",
- "version": "1.1.3",
+ "version": "1.2.1",
"description": "Tiny 200b functional Event Emitter / pubsub.",
"jsnext:main": "dist/mitt.es.js",
"module": "dist/mitt.es.js",