From d95f0401a9a5994899de73f4fafa5d97751f36d1 Mon Sep 17 00:00:00 2001 From: dangreen Date: Wed, 1 Jan 2025 16:26:24 +0400 Subject: [PATCH] chore(release): 5.3.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2597ca593..f04ac3611 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 4decefbec..5ff08f2e4 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",