Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.0.0](v9.0.0...v10.0.0) (2022-11-15)

### Bug Fixes

* restore attribute config object for multiple feature types ([776c2f2](776c2f2))

### BREAKING CHANGES

* attributeDetails expects a nested object mapping requestable
feature types to their attribute details
  • Loading branch information
semantic-release-bot committed Nov 15, 2022
1 parent f37958c commit 003b092
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [10.0.0](https://github.com/terrestris/ol-util/compare/v9.0.0...v10.0.0) (2022-11-15)


### Bug Fixes

* restore attribute config object for multiple feature types ([776c2f2](https://github.com/terrestris/ol-util/commit/776c2f238c61f405f105919769c2298919888361))


### BREAKING CHANGES

* attributeDetails expects a nested object mapping requestable
feature types to their attribute details

# [9.0.0](https://github.com/terrestris/ol-util/compare/v8.1.0...v9.0.0) (2022-11-14)


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": "9.0.0",
"version": "10.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 003b092

Please sign in to comment.