diff options
| author | Jason Miller <[email protected]> | 2017-04-14 21:25:59 -0400 |
|---|---|---|
| committer | Jason Miller <[email protected]> | 2017-04-14 21:25:59 -0400 |
| commit | fcc6cce7d5f25d021b7c1eda8320c2697b08984c (patch) | |
| tree | cacbebddaa6160c3203d0b47ac7cb8f5408345b6 | |
| parent | 6c4e88c101f2307664b34858ee3b6040d492805e (diff) | |
chore(release): 1.1.1
| -rw-r--r-- | CHANGELOG.md | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fd4c6d1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Change Log + +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.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 bd8f573..3639ab1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mitt", - "version": "1.1.0", + "version": "1.1.1", "description": "Tiny 200b functional Event Emitter / pubsub.", "jsnext:main": "src/index.js", "module": "dist/mitt.es.js", |
