From 325d81838ee908dc0165dc1658e94c2eb4aee98a Mon Sep 17 00:00:00 2001 From: Jason Miller Date: Mon, 17 Apr 2017 13:27:15 -0400 Subject: [PATCH] chore(release): 1.1.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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. + +## [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)) + + + ## [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",