diff --git a/CHANGELOG.md b/CHANGELOG.md index 8780245d..4aabfdeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.4.13](https://github.com/agrc/atlas/compare/v5.4.12...v5.4.13) (2024-04-09) + + +### 🐛 Bug Fixes + +* migrate to SITLA vector tiles ([1ca8009](https://github.com/agrc/atlas/commit/1ca8009d65a6e7f058be8f4e3c7431865a0b3ace)) + + +### 🌲 Dependencies + +* dependency updates ([76971d5](https://github.com/agrc/atlas/commit/76971d594636a22f3a043b492251e90fad0be8fc)) + ## [5.4.13-0](https://github.com/agrc/atlas/compare/v5.4.12...v5.4.13-0) (2024-04-09) diff --git a/package-lock.json b/package-lock.json index 421c4013..785be9f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ugrc/atlas", - "version": "5.4.13-0", + "version": "5.4.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ugrc/atlas", - "version": "5.4.13-0", + "version": "5.4.13", "dependencies": { "@arcgis/core": "^4.29.10", "@fortawesome/fontawesome-svg-core": "^6.5.2", diff --git a/package.json b/package.json index dd742cf1..7a1264b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ugrc/atlas", - "version": "5.4.13-0", + "version": "5.4.13", "private": true, "scripts": { "build": "vite build",