Skip to content

Commit

Permalink
📦 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwozdz committed Mar 29, 2024
1 parent 0119bc8 commit 3bdd04f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @koopjs/geoservice-utils

### Unreleased
## 3.0.0
### Changed
- constrains any WGS84 out-of-bounds coordinates to their known limits (e.g., -95 latitude -> -90 latitude).
- WGS84 latitudes of -90 or 90 are modified to -89.99999 and -89.99999, respectively, allow reprojection to proceed as expected.
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": "@koopjs/geoservice-utils",
"version": "2.2.3",
"version": "3.0.0",
"description": "A set of utilities for working with Geoservice requests and parameters.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 3bdd04f

Please sign in to comment.