diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b454cee..214e1979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.13.0](https://github.com/gravity-ui/chartkit/compare/v5.12.0...v5.13.0) (2024-09-19) + + +### Features + +* yargs update ([a436a95](https://github.com/gravity-ui/chartkit/commit/a436a954f431a4f28ddf2147aea96e7e6ac7bffe)) + + +### Bug Fixes + +* update yarg to v4.3.2 ([#517](https://github.com/gravity-ui/chartkit/issues/517)) ([a436a95](https://github.com/gravity-ui/chartkit/commit/a436a954f431a4f28ddf2147aea96e7e6ac7bffe)) + ## [5.12.0](https://github.com/gravity-ui/chartkit/compare/v5.11.2...v5.12.0) (2024-09-17) diff --git a/package-lock.json b/package-lock.json index 9d39d761..4016461a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "5.12.0", + "version": "5.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "5.12.0", + "version": "5.13.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index b7d1bbee..930b8bfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "5.12.0", + "version": "5.13.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",