Skip to content

Commit

Permalink
fix: prep v1.4.2 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaddmt authored Aug 9, 2022
1 parent 8a76227 commit 9379950
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Bug fixes 🐛

## 1.4.2

### Features / Improvements 🚀

### Bug fixes 🐛

- fix: fix bug with fitbounds array, fix bug where clearbutton doesnt show up after pressing enter [#79](https://github.com/maplibre/maplibre-gl-geocoder/pull/79)

## 1.4.1

### 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.4.1",
"version": "1.4.2",
"description": "A geocoder control for Maplibre GL JS",
"main": "lib/index.js",
"unpkg": "dist/maplibre-gl-geocoder.min.js",
Expand Down

0 comments on commit 9379950

Please sign in to comment.