Skip to content

Commit

Permalink
chore(release): 14.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [14.0.0](v13.0.0...v14.0.0) (2023-10-09)

### Bug Fixes

* add comment for the decimal precision parameter ([868cd7b](868cd7b))
* added getLength decimal precision for non geodesic map ([622c40a](622c40a))
* set length decimal precision to function parameters ([eadd2ff](eadd2ff))

### BREAKING CHANGES

* change default decimal precision to 10^6
* change default decimal precision to 10^6
* change default decimal precision to 10^6
  • Loading branch information
semantic-release-bot committed Oct 9, 2023
1 parent 4420e36 commit 93975b0
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [14.0.0](https://github.com/terrestris/ol-util/compare/v13.0.0...v14.0.0) (2023-10-09)


### Bug Fixes

* add comment for the decimal precision parameter ([868cd7b](https://github.com/terrestris/ol-util/commit/868cd7b07c592ca942cb228e5f4dd5e7edbfacb7))
* added getLength decimal precision for non geodesic map ([622c40a](https://github.com/terrestris/ol-util/commit/622c40a28adfe075ceab23b1364a0596d2d71b39))
* set length decimal precision to function parameters ([eadd2ff](https://github.com/terrestris/ol-util/commit/eadd2ff58acc3f9444542859ef3f787f07bc8eb9))


### BREAKING CHANGES

* change default decimal precision to 10^6
* change default decimal precision to 10^6
* change default decimal precision to 10^6

# [13.0.0](https://github.com/terrestris/ol-util/compare/v12.0.1...v13.0.0) (2023-09-05)


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": "13.0.0",
"version": "14.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 93975b0

Please sign in to comment.