diff --git a/CHANGELOG.md b/CHANGELOG.md index 2597ca59..f04ac361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [5.3.0](https://github.com/reactchartjs/react-chartjs-2/compare/v5.2.0...v5.3.0) (2025-01-01) + + +### Features + +* support react 19 ([#1236](https://github.com/reactchartjs/react-chartjs-2/issues/1236)) ([055b601](https://github.com/reactchartjs/react-chartjs-2/commit/055b601f22da8aac8c04a37cba16d48d8e4914ee)) + + +### Bug Fixes + +* docs typo ([#1202](https://github.com/reactchartjs/react-chartjs-2/issues/1202)) ([65b68c6](https://github.com/reactchartjs/react-chartjs-2/commit/65b68c6cf177fb98636876af3b0b96ffcd0ce483)) + ## [5.2.0](https://github.com/reactchartjs/react-chartjs-2/compare/v5.1.0...v5.2.0) (2023-01-09) diff --git a/package.json b/package.json index 4decefbe..5ff08f2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-chartjs-2", "type": "module", - "version": "5.2.0", + "version": "5.3.0", "description": "React components for Chart.js", "author": "Jeremy Ayerst", "homepage": "https://github.com/reactchartjs/react-chartjs-2",