Skip to content

Commit

Permalink
chore(release): version 2.5.1 changelog
Browse files Browse the repository at this point in the history
## [2.5.1](v2.5.0...v2.5.1) (2023-11-28)

### Bug Fixes

* **GroupFunnel:** Add __rate for GroupFunnel data ([#378](#378)) ([d5f2c01](d5f2c01))
  • Loading branch information
semantic-release-bot committed Nov 28, 2023
1 parent d5f2c01 commit f28a72e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.5.1](https://github.com/growingio/gio-design-charts/compare/v2.5.0...v2.5.1) (2023-11-28)


### Bug Fixes

* **GroupFunnel:** Add __rate for GroupFunnel data ([#378](https://github.com/growingio/gio-design-charts/issues/378)) ([d5f2c01](https://github.com/growingio/gio-design-charts/commit/d5f2c01ea69d27feb03d99d9bafa66621ef487fd))

# [2.5.0](https://github.com/growingio/gio-design-charts/compare/v2.4.4...v2.5.0) (2023-11-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gio-design/charts",
"version": "2.5.0",
"version": "2.5.1",
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/charts.umd.min.js",
Expand Down

0 comments on commit f28a72e

Please sign in to comment.