Skip to content

Commit

Permalink
release 2.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
arcthur committed Oct 29, 2022
1 parent 106ef6f commit c13ead6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## 2.1.16 (Oct 29, 2022)

### fix
- Fix incorrect date in CHAGELOG (#3016)
- Let formatter function run even when value is falsy (#3026)
- Fix(Sankey): update tooltip active state by trigger type(hover/click) (#3021)
- Fix Area's `baseValue` prop (#3013)

## 2.1.15 (Oct 12, 2022)

### fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "recharts",
"version": "2.1.15",
"version": "2.1.16",
"description": "React charts",
"main": "lib/index",
"module": "es6/index",
Expand Down

0 comments on commit c13ead6

Please sign in to comment.