Skip to content

Commit 9300df5

Browse files
Bump js version to 1.9.4 (#519)
* Bump js version to 1.9.4 * Refactor CHANGELOG for clarity and organization Consolidate bug fix entries and update changelog format. --------- Co-authored-by: HarelM <3269297+HarelM@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com>
1 parent 9ca3ffa commit 9300df5

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,23 @@
55
### 🐞 Bug fixes
66
- _...Add new stuff here..._
77

8+
9+
## 1.9.4
10+
11+
### ✨ Features and improvements
12+
13+
- Add more typings, especially to the tests. Fix an issue with place array usage. ([#518](https://github.com/maplibre/maplibre-gl-geocoder/pull/518)) (by [HarelM](https://github.com/HarelM))
14+
815
## 1.9.3
916

1017
### 🐞 Bug fixes
18+
1119
- Fix broken package (1.9.2) due to CI changes
1220

1321
## 1.9.2
1422

1523
### Bug fixes 🐛
24+
1625
- Fix broken link ([#471](https://github.com/maplibre/maplibre-gl-geocoder/pull/471)) (by [teobouvard](https://github.com/teobouvard))
1726

1827
### Features / Improvements 🚀

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": "@maplibre/maplibre-gl-geocoder",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "A geocoder control for Maplibre GL JS",
55
"main": "dist/maplibre-gl-geocoder.js",
66
"module": "dist/maplibre-gl-geocoder.mjs",

0 commit comments

Comments
 (0)