diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bc83e04..67952f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.16.0](https://github.com/gravity-ui/chartkit/compare/v4.15.0...v4.16.0) (2024-01-17) + + +### Features + +* bump yagr 4.1.1 ([#384](https://github.com/gravity-ui/chartkit/issues/384)) ([c1e1a75](https://github.com/gravity-ui/chartkit/commit/c1e1a754853af307ef579e68b9223a7f66b40962)) + + +### Bug Fixes + +* fix docs CI ([#382](https://github.com/gravity-ui/chartkit/issues/382)) ([dc20a5e](https://github.com/gravity-ui/chartkit/commit/dc20a5ec9df2084e5574cde92d1f2166b693692e)) + ## [4.15.0](https://github.com/gravity-ui/chartkit/compare/v4.14.0...v4.15.0) (2024-01-09) diff --git a/package-lock.json b/package-lock.json index c51794e5..82ef43fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/chartkit", - "version": "4.15.0", + "version": "4.16.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/chartkit", - "version": "4.15.0", + "version": "4.16.0", "license": "MIT", "dependencies": { "@bem-react/classname": "^1.6.0", diff --git a/package.json b/package.json index 8a6c8052..84d823d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/chartkit", - "version": "4.15.0", + "version": "4.16.0", "description": "React component used to render charts based on any sources you need", "license": "MIT", "repository": "git@github.com:gravity-ui/ChartKit.git",