diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f1a26f..e56e8c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.2.11](https://github.com/agrc/vista/compare/v2.2.10...v2.2.11) (2025-01-10) + + +### Dependencies + +* bump @eslint/plugin-kit ([5992ec5](https://github.com/agrc/vista/commit/5992ec5eb9946a5707f8edb3ced69296464f6e17)) +* bump the npm_and_yarn group with 4 updates ([02881cd](https://github.com/agrc/vista/commit/02881cd7199b3708ba55eb4ff9cc24c4821dd254)) +* bump the safe-dependencies group with 3 updates ([e93d6c0](https://github.com/agrc/vista/commit/e93d6c0cbf4f9c950d5a207333bca347c8b3a29d)) + ## [2.2.10](https://github.com/agrc/vista/compare/v2.2.9...v2.2.10) (2024-10-29) diff --git a/package-lock.json b/package-lock.json index 10aa38a..0e5e288 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vista", - "version": "2.2.10", + "version": "2.2.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vista", - "version": "2.2.10", + "version": "2.2.11", "dependencies": { "core-js": "^3.39.0", "fetch-jsonp": "^1.3.0", diff --git a/package.json b/package.json index 677b08f..5c6f3c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vista", - "version": "2.2.10", + "version": "2.2.11", "private": true, "scripts": { "build:prod": "env-cmd -f .env.production react-scripts build",