diff --git a/CHANGELOG.md b/CHANGELOG.md index 51db14e..a8f9c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ ## master -- Switch from `suggestions` library to `suggestions-list`, change enter key logic to support selecting list items with enter key +## 1.1.1 + +### Features / Improvements 🚀 + +- Switch from `suggestions` library to `suggestions-list`, change enter key logic to support selecting list items with enter key [#14](https://github.com/maplibre/maplibre-gl-geocoder/pull/14) +- Added debounce option [#15](https://github.com/maplibre/maplibre-gl-geocoder/pull/10) + +### Bug fixes 🐛 + +- Use the correct debounce parameter [#13](https://github.com/maplibre/maplibre-gl-geocoder/pull/13) ## 1.1.1 diff --git a/package.json b/package.json index 1c8f0d9..3e30e11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@maplibre/maplibre-gl-geocoder", - "version": "1.1.0", + "version": "1.2.0", "description": "A geocoder control for Maplibre GL JS", "main": "lib/index.js", "unpkg": "dist/maplibre-gl-geocoder.min.js",