diff --git a/CHANGELOG.md b/CHANGELOG.md index cb91d478..6c8ab13a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.0.18-0](https://github.com/agrc/deq-enviro/compare/v2.0.17...v2.0.18-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 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..957d5a57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deq-enviro", - "version": "2.0.17-0", + "version": "2.0.18-0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "deq-enviro", - "version": "2.0.17-0", + "version": "2.0.18-0", "license": "MIT", "dependencies": { "@arcgis/core": "^4.31.5", diff --git a/package.json b/package.json index 152b275b..8166399d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deq-enviro", - "version": "2.0.17-0", + "version": "2.0.18-0", "private": true, "description": "DEQ Interactive Map", "license": "MIT",