Skip to content

Commit 9d99765

Browse files
Bump js version to 5.0.4 (#28)
* Bump js version to 5.0.4 * Remove duplicate entry in CHANGELOG Remove duplicate bug fix entry for TypeScript declaration files. --------- Co-authored-by: HarelM <3269297+HarelM@users.noreply.github.com> Co-authored-by: Harel M <harel.mazor@gmail.com>
1 parent 4090f7a commit 9d99765

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

8+
## 5.0.4
9+
10+
### ✨ Features and improvements
11+
12+
- Fix missing typescript declaration files ([#27](https://github.com/maplibre/geojson-vt/pull/27)) (by [HarelM](https://github.com/HarelM))
13+
814
## 5.0.3
915

1016
### ✨ Features and 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/geojson-vt",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "Slice GeoJSON data into vector tiles efficiently",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)