Skip to content

Commit

Permalink
chore(release): 11.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [11.0.0](v10.3.1...v11.0.0) (2023-06-26)

### Bug Fixes

* adds check for capabilities structure ([a43def5](a43def5))

### Features

* replace xml2js by fast-xml-parser ([9c69e91](9c69e91))

### BREAKING CHANGES

* the installation of packages timers and stream is not required any more
  • Loading branch information
semantic-release-bot committed Jun 26, 2023
1 parent 84184e0 commit cf0c082
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [11.0.0](https://github.com/terrestris/ol-util/compare/v10.3.1...v11.0.0) (2023-06-26)


### Bug Fixes

* adds check for capabilities structure ([a43def5](https://github.com/terrestris/ol-util/commit/a43def5617186b5ba017f36637c9692101b6ad26))


### Features

* replace xml2js by fast-xml-parser ([9c69e91](https://github.com/terrestris/ol-util/commit/9c69e91b8bbb610416491157bada62922922a1ae))


### BREAKING CHANGES

* the installation of packages timers and stream is not required any more

## [10.3.1](https://github.com/terrestris/ol-util/compare/v10.3.0...v10.3.1) (2023-06-20)


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": "@terrestris/ol-util",
"version": "10.3.1",
"version": "11.0.0",
"description": "A set of helper classes for working with openLayers",
"module": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit cf0c082

Please sign in to comment.