Skip to content

Commit ca058ca

Browse files
chore(release): 10.0.0 [skip ci]
## [10.0.0](v9.2.0...v10.0.0) (2025-02-05) ### ⚠ BREAKING CHANGES * Due to the added WellKnownNames, typechecks for distinct values of WellKnownNames need to be adjusted to also distinguish the newly added WellKnownNames. ### Features * add WellKnownNames to support extra styles from QGIS ([#652](#652)) ([1e9e90b](1e9e90b))
1 parent 1e9e90b commit ca058ca

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [10.0.0](https://github.com/geostyler/geostyler-style/compare/v9.2.0...v10.0.0) (2025-02-05)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Due to the added WellKnownNames, typechecks for distinct values of WellKnownNames need to be adjusted to also distinguish the newly added WellKnownNames.
7+
8+
### Features
9+
10+
* add WellKnownNames to support extra styles from QGIS ([#652](https://github.com/geostyler/geostyler-style/issues/652)) ([1e9e90b](https://github.com/geostyler/geostyler-style/commit/1e9e90be9fd11b710772cd5a77334fb887df4fee))
11+
112
## [9.2.0](https://github.com/geostyler/geostyler-style/compare/v9.1.0...v9.2.0) (2024-11-26)
213

314

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-style",
3-
"version": "9.2.0",
3+
"version": "10.0.0",
44
"description": "",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)