Skip to content

Commit 9edd4f5

Browse files
chore(release): 4.1.1 [skip ci]
## [4.1.1](v4.1.0...v4.1.1) (2025-08-26) ### Bug Fixes * remove lodash and define isString locally ([#442](#442)) ([df1246f](df1246f))
1 parent df1246f commit 9edd4f5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.1.1](https://github.com/geostyler/geostyler-cql-parser/compare/v4.1.0...v4.1.1) (2025-08-26)
2+
3+
### Bug Fixes
4+
5+
* remove lodash and define isString locally ([#442](https://github.com/geostyler/geostyler-cql-parser/issues/442)) ([df1246f](https://github.com/geostyler/geostyler-cql-parser/commit/df1246f35f9fd038b4dd27b5741f7249f44ac498))
6+
17
## [4.1.0](https://github.com/geostyler/geostyler-cql-parser/compare/v4.0.2...v4.1.0) (2025-06-13)
28

39
### Features

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

0 commit comments

Comments
 (0)