diff options
| author | Jason Miller <[email protected]> | 2017-12-06 22:18:11 -0500 |
|---|---|---|
| committer | Jason Miller <[email protected]> | 2017-12-06 22:18:11 -0500 |
| commit | 533fee0d8b21f2a8520e2bae735ba36c74476ba7 (patch) | |
| tree | 9973936f21aa4113d53271212d53cff7aedb7674 | |
| parent | a0578b7971ae429174b368156706472dda5448f4 (diff) | |
chore(release): 1.1.3
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8943b..e5bcdca 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.1.3"></a> +## [1.1.3](https://github.com/developit/mitt/compare/v1.1.2...v1.1.3) (2017-12-07) + + + <a name="1.1.2"></a> ## [1.1.2](https://github.com/developit/mitt/compare/v1.1.1...v1.1.2) (2017-04-17) diff --git a/package.json b/package.json index 2485c42..1464add 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mitt", - "version": "1.1.2", + "version": "1.1.3", "description": "Tiny 200b functional Event Emitter / pubsub.", "jsnext:main": "dist/mitt.es.js", "module": "dist/mitt.es.js", |
