diff --git a/CHANGELOG.md b/CHANGELOG.md index ac82b3e9..cbce55d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.3.1](https://github.com/gravity-ui/chartkit/compare/v5.3.0...v5.3.1) (2024-04-11) + + +### Bug Fixes + +* **Highcharts plugin:** fix `getXAxisThresholdValue` helper ([#463](https://github.com/gravity-ui/chartkit/issues/463)) ([b5b112c](https://github.com/gravity-ui/chartkit/commit/b5b112c87bf676c88d2de1c48bfa00a95528a791)) +* **Highcharts plugin:** fix getXAxisThresholdValue helper ([b5b112c](https://github.com/gravity-ui/chartkit/commit/b5b112c87bf676c88d2de1c48bfa00a95528a791)) + ## [5.3.0](https://github.com/gravity-ui/chartkit/compare/v5.2.2...v5.3.0) (2024-04-09) diff --git a/package-lock.json b/package-lock.json index 1d28ffc8..c8a2a95a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "5.3.0", + "version": "5.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "5.3.0", + "version": "5.3.1", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index f19cb102..a54adffd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "5.3.0", + "version": "5.3.1", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",