Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0](v8.1.0...v9.0.0) (2022-11-14)

### Bug Fixes

* adaptaions after ol7 upgrade ([15edac9](15edac9))
* fix import after ol upgrade ([8f07aa6](8f07aa6))
* get rid of unnecessary quotes ([10eb361](10eb361))

### chore

* upgrade to ol7 ([0c64775](0c64775))

### BREAKING CHANGES

* set ol peer dependency to 7.1
  • Loading branch information
semantic-release-bot committed Nov 14, 2022
1 parent 82c6f5d commit 6bb62b5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [9.0.0](https://github.com/terrestris/ol-util/compare/v8.1.0...v9.0.0) (2022-11-14)


### Bug Fixes

* adaptaions after ol7 upgrade ([15edac9](https://github.com/terrestris/ol-util/commit/15edac9660274ff371dbaebe6359cc444ae722c6))
* fix import after ol upgrade ([8f07aa6](https://github.com/terrestris/ol-util/commit/8f07aa642e4d3d5abf8a0c31fc0b7f7c239993fa))
* get rid of unnecessary quotes ([10eb361](https://github.com/terrestris/ol-util/commit/10eb3612353a272a9c24e050776738b35bc8e705))


### chore

* upgrade to ol7 ([0c64775](https://github.com/terrestris/ol-util/commit/0c64775b891bc01fe9d3c8363f789778632a4cc7))


### BREAKING CHANGES

* set ol peer dependency to 7.1

# [8.1.0](https://github.com/terrestris/ol-util/compare/v8.0.0...v8.1.0) (2022-10-28)


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": "8.1.0",
"version": "9.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 6bb62b5

Please sign in to comment.