diff --git a/CHANGELOG.md b/CHANGELOG.md index cb91d478..d6dfd2d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.1.0-0](https://github.com/agrc/deq-enviro/compare/v2.0.17...v2.1.0-0) (2024-11-22) + + +### Features + +* add buffered point and polyline options to shape filter ([ba37afd](https://github.com/agrc/deq-enviro/commit/ba37afd97aa36d8d2eaf5de2e277113acd806a67)), closes [#697](https://github.com/agrc/deq-enviro/issues/697) +* add coordinates widget (bottom-left) ([bc2f772](https://github.com/agrc/deq-enviro/commit/bc2f77288c817c244d483441c2f087608e34da5e)), closes [#699](https://github.com/agrc/deq-enviro/issues/699) +* add distance and area measurement tools ([012d2b5](https://github.com/agrc/deq-enviro/commit/012d2b599c810fb8ef048c7bfbce2a65c842205f)), closes [#700](https://github.com/agrc/deq-enviro/issues/700) + + +### Bug Fixes + +* add marker for street address ([63fc788](https://github.com/agrc/deq-enviro/commit/63fc7883526082972ed00d3cd547e2220577639f)), closes [#698](https://github.com/agrc/deq-enviro/issues/698) + + +### Dependencies + +* bump dependencies ([ef602e2](https://github.com/agrc/deq-enviro/commit/ef602e2db5c658a30e273828f6a34caee67139b8)) + ## [2.0.17-0](https://github.com/agrc/deq-enviro/compare/v2.0.16...v2.0.17-0) (2024-11-18) diff --git a/package-lock.json b/package-lock.json index 2fc03990..3428d2ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deq-enviro", - "version": "2.0.17-0", + "version": "2.1.0-0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deq-enviro", - "version": "2.0.17-0", + "version": "2.1.0-0", "license": "MIT", "dependencies": { "@arcgis/core": "^4.31.5", diff --git a/package.json b/package.json index 152b275b..b0ae9856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deq-enviro", - "version": "2.0.17-0", + "version": "2.1.0-0", "private": true, "description": "DEQ Interactive Map", "license": "MIT",