diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7a5a5..2bf13c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.2.1](https://github.com/gravity-ui/dashkit/compare/v6.2.0...v6.2.1) (2023-09-21) + + +### Bug Fixes + +* add fire storage event ([#84](https://github.com/gravity-ui/dashkit/issues/84)) ([130395a](https://github.com/gravity-ui/dashkit/commit/130395a465cf46dfb680e7d02cf6a65946e83600)) + ## [6.2.0](https://github.com/gravity-ui/dashkit/compare/v6.1.0...v6.2.0) (2023-09-20) diff --git a/package-lock.json b/package-lock.json index 4ef1e98..a7111cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "6.2.0", + "version": "6.2.1", "license": "MIT", "dependencies": { "@gravity-ui/i18n": "^1.0.0", diff --git a/package.json b/package.json index f5e46c7..aff593d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "6.2.0", + "version": "6.2.1", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {