aboutsummaryrefslogtreecommitdiff
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
parent80bbdbeb4a0d3e8df2d40857f1be0f30a70f23f8 (diff)
chore(release): 1.2.1
-rw-r--r--CHANGELOG.md5
-rw-r--r--package.json2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5bcdca..ab76272 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+<a name="1.2.1"></a>
+## [1.2.1](https://github.com/developit/mitt/compare/v1.1.3...v1.2.1) (2019-10-21)
+
+
+
<a name="1.1.3"></a>
## [1.1.3](https://github.com/developit/mitt/compare/v1.1.2...v1.1.3) (2017-12-07)
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",