Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit f08f368

Browse files
committed
chore(release): version 2.15.0
1 parent d2c3eb1 commit f08f368

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.15.0 (2023-08-07)
2+
3+
4+
#### Bug Fixes
5+
6+
* **Geosuggest:** fix accessibility (#489) ([b5a32e72](https://github.com/ubilabs/react-geosuggest/commit/b5a32e727e34aca926cee5f5fafa5f8c24c9dd82))
7+
* **input:** fix autoComplete attribute default to off (#488) ([24ead929](https://github.com/ubilabs/react-geosuggest/commit/24ead929100f6be05e0a4828975932b19b97fbf9))
8+
9+
110
### 2.14.1 (2021-01-28)
211

312

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-geosuggest",
3-
"version": "2.14.1",
3+
"version": "2.15.0",
44
"description": "A React autosuggest for the Google Maps Places API.",
55
"main": "module/Geosuggest.umd.js",
66
"module": "module/Geosuggest.esm.js",

0 commit comments

Comments
 (0)