diff --git a/CHANGELOG.md b/CHANGELOG.md index 056cf79..a2c8d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][] +## [1.1.1][] - 2019-09-09 + ### Fixed - Side effect reference @@ -30,7 +32,8 @@ - Initial implementation -[Unreleased]: https://github.com/niksy/x-autosuggest/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/niksy/x-autosuggest/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/niksy/x-autosuggest/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/niksy/x-autosuggest/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/niksy/x-autosuggest/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/niksy/x-autosuggest/tree/v1.0.0 diff --git a/package.json b/package.json index 6e3cf73..7fc3655 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "x-autosuggest", - "version": "1.1.0", + "version": "1.1.1", "description": "Autosuggest results based on input.", "main": "index.cjs.js", "module": "index.esm.js",