Skip to content

Commit 1e851e9

Browse files
committed
chore(release): version 2.17.1 with fix for suggest-item key
1 parent 4a7d3bf commit 1e851e9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.17.1 (2025-03-31)
2+
* fix(geosuggest): Add a key for the returned li in suggest-item by @mikedh in https://github.com/ubilabs/react-geosuggest/pull/522
3+
14
## 2.17.0 (2025-01-08)
25

36

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": "@ubilabs/react-geosuggest",
3-
"version": "2.17.0",
3+
"version": "2.17.1",
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)