Skip to content

Commit

Permalink
chore(release): version 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdumpling committed Aug 7, 2023
1 parent d2c3eb1 commit f08f368
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.15.0 (2023-08-07)


#### Bug Fixes

* **Geosuggest:** fix accessibility (#489) ([b5a32e72](https://github.com/ubilabs/react-geosuggest/commit/b5a32e727e34aca926cee5f5fafa5f8c24c9dd82))
* **input:** fix autoComplete attribute default to off (#488) ([24ead929](https://github.com/ubilabs/react-geosuggest/commit/24ead929100f6be05e0a4828975932b19b97fbf9))


### 2.14.1 (2021-01-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-geosuggest",
"version": "2.14.1",
"version": "2.15.0",
"description": "A React autosuggest for the Google Maps Places API.",
"main": "module/Geosuggest.umd.js",
"module": "module/Geosuggest.esm.js",
Expand Down

0 comments on commit f08f368

Please sign in to comment.