diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf85d4ef..5ef18cd3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 5955335e7..5caea6f60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terrestris/ol-util", - "version": "10.3.1", + "version": "11.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@terrestris/ol-util", - "version": "10.3.1", + "version": "11.0.0", "license": "BSD-2-Clause", "dependencies": { "@terrestris/base-util": "^1.0.1", diff --git a/package.json b/package.json index e96228201..c03ed1111 100644 --- a/package.json +++ b/package.json @@ -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",