Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Sep 10, 2019
1 parent 67e8d30 commit 5b490ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][]

## [1.2.2][] - 2019-09-10

### Fixed

- `focusout` instead of `blur` event for IE11 compatibility
Expand Down Expand Up @@ -53,7 +55,8 @@
- Initial implementation


[Unreleased]: https://github.com/niksy/x-autosuggest/compare/v1.2.1...HEAD
[Unreleased]: https://github.com/niksy/x-autosuggest/compare/v1.2.2...HEAD
[1.2.2]: https://github.com/niksy/x-autosuggest/compare/v1.2.1...v1.2.2
[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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-autosuggest",
"version": "1.2.1",
"version": "1.2.2",
"description": "Autosuggest results based on input.",
"main": "index.cjs.js",
"module": "index.esm.js",
Expand Down

0 comments on commit 5b490ce

Please sign in to comment.