Skip to content

Commit 7fef2dd

Browse files
committedJul 13, 2022
chore(release): 4.3.1
1 parent fa0a4bb commit 7fef2dd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.3.1](https://github.com/reactchartjs/react-chartjs-2/compare/v4.3.0...v4.3.1) (2022-07-13)
6+
7+
8+
### Bug Fixes
9+
10+
* update options without resetting chart ([#1061](https://github.com/reactchartjs/react-chartjs-2/issues/1061)) ([fa0a4bb](https://github.com/reactchartjs/react-chartjs-2/commit/fa0a4bbdb3d85735db289494c4bdf1da083a51da))
11+
512
## [4.3.0](https://github.com/reactchartjs/react-chartjs-2/compare/v4.2.0...v4.3.0) (2022-07-12)
613

714

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-chartjs-2",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "React components for Chart.js",
55
"author": "Jeremy Ayerst",
66
"homepage": "https://github.com/reactchartjs/react-chartjs-2",

0 commit comments

Comments
 (0)
Please sign in to comment.