diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdfa1c..e75df52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.16.0](https://github.com/gravity-ui/dashkit/compare/v8.15.3...v8.16.0) (2024-09-19) + + +### Features + +* add dashkit reload plugins method ([#199](https://github.com/gravity-ui/dashkit/issues/199)) ([078bf73](https://github.com/gravity-ui/dashkit/commit/078bf73583134e09e3800abb4a9eba62d55752a1)) + ## [8.15.3](https://github.com/gravity-ui/dashkit/compare/v8.15.2...v8.15.3) (2024-09-18) diff --git a/package-lock.json b/package-lock.json index 14a0003..2fd08d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/dashkit", - "version": "8.15.3", + "version": "8.16.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/dashkit", - "version": "8.15.3", + "version": "8.16.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index b6bfb9c..50a12fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/dashkit", - "version": "8.15.3", + "version": "8.16.0", "description": "Library for rendering dashboard grid layout", "license": "MIT", "repository": {