Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Sep 9, 2019
1 parent 99659b2 commit f8b13b6
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.0.1][] - 2019-09-09

### Fixed

- Escape key action prevention on `input[type="search"]`
Expand All @@ -18,5 +20,6 @@
- Initial implementation


[Unreleased]: https://github.com/niksy/x-autosuggest/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/niksy/x-autosuggest/compare/v1.0.1...HEAD
[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
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.0.0",
"version": "1.0.1",
"description": "Autosuggest results based on input.",
"main": "index.cjs.js",
"module": "index.esm.js",
Expand Down

0 comments on commit f8b13b6

Please sign in to comment.