Skip to content

Commit e8dc8a9

Browse files
chore(release): 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2025-01-13) ### Bug Fixes * use global if window is not available (2 of 2) ([db62cd6](db62cd6))
1 parent c6387f6 commit e8dc8a9

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.1](https://github.com/geostyler/geostyler-cql-parser/compare/v4.0.0...v4.0.1) (2025-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* use global if window is not available (2 of 2) ([db62cd6](https://github.com/geostyler/geostyler-cql-parser/commit/db62cd69f62af5664fb30a7f5bd254cac4cd7e18))
7+
18
## [4.0.0](https://github.com/geostyler/geostyler-cql-parser/compare/v3.0.2...v4.0.0) (2024-06-25)
29

310

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-cql-parser",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Translates CQL Filters and Geostyler Style Filters",
55
"type": "module",
66
"main": "dist/CqlParser.js",

0 commit comments

Comments
 (0)