aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2017-04-17 13:27:15 -0400
committerJason Miller <[email protected]>2017-04-17 13:27:15 -0400
commit325d81838ee908dc0165dc1658e94c2eb4aee98a (patch)
tree3a40aa88c34ab6e83141d279b35ef02e9052850c
parent0cad092b7f0f1212a73e8592011dbab8a1806577 (diff)
chore(release): 1.1.2
-rw-r--r--CHANGELOG.md10
-rw-r--r--package.json2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd4c6d1..1c8943b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,5 +2,15 @@
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.1.2"></a>
+## [1.1.2](https://github.com/developit/mitt/compare/v1.1.1...v1.1.2) (2017-04-17)
+
+
+### Bug Fixes
+
+* **builds:** point `jsnext:main` to the ESM build instead of src, which contains things like Flowtype annotations that are not stripped by most build tools ([0cad092](https://github.com/developit/mitt/commit/0cad092))
+
+
+
<a name="1.1.1"></a>
## [1.1.1](https://github.com/developit/mitt/compare/1.1.0...1.1.1) (2017-04-15)
diff --git a/package.json b/package.json
index 56663bb..6f5c3a8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mitt",
- "version": "1.1.1",
+ "version": "1.1.2",
"description": "Tiny 200b functional Event Emitter / pubsub.",
"jsnext:main": "dist/mitt.es.js",
"module": "dist/mitt.es.js",