Skip to content

Commit

Permalink
Bump version to 1.7.0 (#129)
Browse files Browse the repository at this point in the history
* Bump version to 1.7.0

* Update CHANGELOG.md

---------

Co-authored-by: HarelM <[email protected]>
Co-authored-by: Harel M <[email protected]>
  • Loading branch information
3 people authored Aug 29, 2024
1 parent 17df016 commit e28f1cf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

### Bug fixes 🐛

## 1.7.0

### Features / Improvements 🚀

- Refactored test and `geocode` method heavily to make the code more readable in https://github.com/maplibre/maplibre-gl-geocoder/pull/127
- Added `once` to the public API to support promises and registering to an event once in https://github.com/maplibre/maplibre-gl-geocoder/pull/127

### Bug fixes 🐛

- Some bug fixes related to local and external geocoding in https://github.com/maplibre/maplibre-gl-geocoder/pull/127

## 1.6.0

### Features / Improvements 🚀
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": "@maplibre/maplibre-gl-geocoder",
"version": "1.6.0",
"version": "1.7.0",
"description": "A geocoder control for Maplibre GL JS",
"main": "dist/maplibre-gl-geocoder.js",
"module": "dist/maplibre-gl-geocoder.mjs",
Expand Down

0 comments on commit e28f1cf

Please sign in to comment.