diff --git a/CHANGELOG.md b/CHANGELOG.md index 13122f5b..d79a7ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.0](https://github.com/zakodium-oss/react-plot/compare/v3.0.0...v3.1.0) (2025-06-11) + + +### Features + +* add support for React 19 ([a3a8acc](https://github.com/zakodium-oss/react-plot/commit/a3a8accaa6ab1f8d90ce5aad3b2a8889d7c26f37)) +* update react-d3-utils and devDeps ([d4b9959](https://github.com/zakodium-oss/react-plot/commit/d4b995960b92c8c033af4fc285e3e555e6b505d0)) + ## [3.0.0](https://github.com/zakodium-oss/react-plot/compare/v2.0.0...v3.0.0) (2024-10-14) diff --git a/package.json b/package.json index e9f7d57a..4e8446f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-plot", - "version": "3.0.0", + "version": "3.1.0", "description": "Library of React components to render SVG 2D plots.", "type": "module", "exports": "./lib/index.js",