diff --git a/CHANGELOG.md b/CHANGELOG.md index 86924a9dd4..acfb2268bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [5.1.0](https://github.com/antvis/g2/compare/5.0.24...5.1.0) (2023-08-31) + + +### Bug Fixes + +* **runtime:** process data ([#5494](https://github.com/antvis/g2/issues/5494)) ([b851ca3](https://github.com/antvis/g2/commit/b851ca34f585485c5855924ed92061c21f92d43f)) + + +### Features + +* update category20 ([#5495](https://github.com/antvis/g2/issues/5495)) ([83bcc17](https://github.com/antvis/g2/commit/83bcc17a0e044779268a8cb6748b043ab6efbd16)) + + + ## [5.0.24](https://github.com/antvis/g2/compare/5.0.23...5.0.24) (2023-08-30) diff --git a/package.json b/package.json index 54db61cfb2..337a731fa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@antv/g2", - "version": "5.0.24", + "version": "5.1.0", "description": "the Grammar of Graphics in Javascript", "license": "MIT", "main": "lib/index.js", diff --git a/site/package.json b/site/package.json index 3f498d7828..c188fb9ccf 100644 --- a/site/package.json +++ b/site/package.json @@ -1,5 +1,5 @@ { - "version": "5.0.24", + "version": "5.1.0", "scripts": { "start": "dumi dev", "build": "dumi build",