Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.0](v1.0.2...v1.1.0) (2024-11-04)

### Features

* better readme (and featuring types) ([eb9781a](eb9781a))

### Bug Fixes

* add prettier ([a88b888](a88b888))
* better readme ([7ff500b](7ff500b))
* improve readme ([abae290](abae290))
* reference legacy issues ([2c6a239](2c6a239))
* typing ([311485a](311485a))
  • Loading branch information
semantic-release-bot committed Nov 4, 2024
1 parent a148d94 commit f5e2943
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.1.0](https://github.com/geostyler/geostyler-lyrx-parser/compare/v1.0.2...v1.1.0) (2024-11-04)

### Features

* better readme (and featuring types) ([eb9781a](https://github.com/geostyler/geostyler-lyrx-parser/commit/eb9781aaff4a19f6fa2adf2a8c07cfe18135687c))

### Bug Fixes

* add prettier ([a88b888](https://github.com/geostyler/geostyler-lyrx-parser/commit/a88b8885ad0f1fdda859785bcaa7a393806127ab))
* better readme ([7ff500b](https://github.com/geostyler/geostyler-lyrx-parser/commit/7ff500b1d629b1f80f6372211c4e26b2f02bec7a))
* improve readme ([abae290](https://github.com/geostyler/geostyler-lyrx-parser/commit/abae2900bb80cddc5d26fc3ed391258218c758ca))
* reference legacy issues ([2c6a239](https://github.com/geostyler/geostyler-lyrx-parser/commit/2c6a23965fd88c3b091c27f4eda57738c5661dbf))
* typing ([311485a](https://github.com/geostyler/geostyler-lyrx-parser/commit/311485a199012c401ebd4d00d16886026deedae8))

## [1.0.2](https://github.com/geostyler/geostyler-lyrx-parser/compare/v1.0.1...v1.0.2) (2024-10-28)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geostyler-lyrx-parser",
"version": "1.0.2",
"version": "1.1.0",
"description": "GeoStyler Style Parser implementation for ArcGIS Pro Layer Files (Lyrx)",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit f5e2943

Please sign in to comment.