Skip to content

Commit dfc729d

Browse files
chore(release): 8.4.0 [skip ci]
## [8.4.0](v8.3.0...v8.4.0) (2026-03-04) ### Features * **#1065:** add newLine support and test ([117eedc](117eedc)), closes [#1065](#1065) * **#1065:** fix lint Commit Message ([9071354](9071354)) ### Bug Fixes * **#1051:** escape special characters, fix typo ([b7795f4](b7795f4)) * update displacement-offset conversion ([48fbc28](48fbc28))
1 parent e5ffa3f commit dfc729d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [8.4.0](https://github.com/geostyler/geostyler-sld-parser/compare/v8.3.0...v8.4.0) (2026-03-04)
2+
3+
### Features
4+
5+
* **#1065:** add newLine support and test ([117eedc](https://github.com/geostyler/geostyler-sld-parser/commit/117eedc045e5be3a6a027de64d184823d0af622e)), closes [#1065](https://github.com/geostyler/geostyler-sld-parser/issues/1065)
6+
* **#1065:** fix lint Commit Message ([9071354](https://github.com/geostyler/geostyler-sld-parser/commit/90713543c02a933ecbaa13a92426d8c2da4df3d6))
7+
8+
### Bug Fixes
9+
10+
* **#1051:** escape special characters, fix typo ([b7795f4](https://github.com/geostyler/geostyler-sld-parser/commit/b7795f4a3da99f95b6c7059484cef963c9bd7265))
11+
* update displacement-offset conversion ([48fbc28](https://github.com/geostyler/geostyler-sld-parser/commit/48fbc283ab1cd0bbd4d7b60f4cc03dbfa24f10e2))
12+
113
## [8.3.0](https://github.com/geostyler/geostyler-sld-parser/compare/v8.2.0...v8.3.0) (2026-01-30)
214

315
### Features

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": "geostyler-sld-parser",
3-
"version": "8.3.0",
3+
"version": "8.4.0",
44
"description": "GeoStyler Style Parser implementation for SLD",
55
"type": "module",
66
"main": "dist/SldStyleParser.js",

0 commit comments

Comments
 (0)