Skip to content

Commit 75411e9

Browse files
chore(release): 5.0.4 [skip ci]
## [5.0.4](v5.0.3...v5.0.4) (2025-12-02) ### Bug Fixes * reading mapbox styles ([61efff0](61efff0))
1 parent a055c11 commit 75411e9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.4](https://github.com/geostyler/geostyler-cli/compare/v5.0.3...v5.0.4) (2025-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* reading mapbox styles ([61efff0](https://github.com/geostyler/geostyler-cli/commit/61efff036a354b354b6505fa336ef99bef23baf1))
7+
18
## [5.0.3](https://github.com/geostyler/geostyler-cli/compare/v5.0.2...v5.0.3) (2025-11-12)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geostyler-cli",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "",
55
"main": "dist/geostyler.cjs",
66
"type": "module",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '5.0.3';
1+
export default '5.0.4';

0 commit comments

Comments
 (0)