diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1e0a8..1baa56a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][] +## [1.2.1][] - 2019-09-10 + ### Fixed - Blur event handling when selecting option @@ -47,7 +49,8 @@ - Initial implementation -[Unreleased]: https://github.com/niksy/x-autosuggest/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/niksy/x-autosuggest/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/niksy/x-autosuggest/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/niksy/x-autosuggest/compare/v1.1.1...v1.2.0 [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 diff --git a/package.json b/package.json index 3f6500e..bd2de34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "x-autosuggest", - "version": "1.2.0", + "version": "1.2.1", "description": "Autosuggest results based on input.", "main": "index.cjs.js", "module": "index.esm.js",