diff --git a/CHANGELOG.md b/CHANGELOG.md index eb579b6..adf2d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index ec43da0..57801a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@koopjs/geoservice-utils", - "version": "2.2.3", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@koopjs/geoservice-utils", - "version": "2.2.3", + "version": "3.0.0", "license": "Apache-2.0", "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/package.json b/package.json index 4b564ec..fa56fd1 100644 --- a/package.json +++ b/package.json @@ -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": {