Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Sep 12, 2019
1 parent 4667f4e commit 7fff6d7
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.3.0][] - 2019-09-12

### Changed

- Prevent default action if `Enter` key is pressed when selecting option (this avoids submitting parent `form` element)
Expand Down Expand Up @@ -59,7 +61,8 @@
- Initial implementation


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

0 comments on commit 7fff6d7

Please sign in to comment.