Skip to content

Commit

Permalink
chore(release): 12.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [12.0.0](v11.1.0...v12.0.0) (2023-08-31)

### Bug Fixes

* calculation of circle area for metrical and spherical units ([7437a54](7437a54))
* fix circle area calculation ([59045eb](59045eb))
* fix getArea for circles ([38a95f7](38a95f7))

### chore

* allow broader version range as peer dependency ([ce0c20a](ce0c20a))
* set required node version to v18 ([b028124](b028124))

### BREAKING CHANGES

* set peer dependency for OpenLayers to ^7
* require node v18
  • Loading branch information
semantic-release-bot committed Aug 31, 2023
1 parent c00a8a2 commit 6c4cb9d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [12.0.0](https://github.com/terrestris/ol-util/compare/v11.1.0...v12.0.0) (2023-08-31)


### Bug Fixes

* calculation of circle area for metrical and spherical units ([7437a54](https://github.com/terrestris/ol-util/commit/7437a5415f2211acecdd62b228ddedd07c840cf0))
* fix circle area calculation ([59045eb](https://github.com/terrestris/ol-util/commit/59045ebbac54415d93b345b85a2d3f15d041b8c9))
* fix getArea for circles ([38a95f7](https://github.com/terrestris/ol-util/commit/38a95f7b5611a713b7e8f2ae294e92c84cde1289))


### chore

* allow broader version range as peer dependency ([ce0c20a](https://github.com/terrestris/ol-util/commit/ce0c20a35c2bd3c8eb5e3d14a61b9b4ac5f84347))
* set required node version to v18 ([b028124](https://github.com/terrestris/ol-util/commit/b028124a9414ab26caea4617948b21e9382ee411))


### BREAKING CHANGES

* set peer dependency for OpenLayers to ^7
* require node v18

# [11.1.0](https://github.com/terrestris/ol-util/compare/v11.0.0...v11.1.0) (2023-07-19)


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": "11.1.0",
"version": "12.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 6c4cb9d

Please sign in to comment.