From 87d50d82593d2ce8c53ccec36c12e3ee8fdb5a95 Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:03:30 +0200 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee9fab8..13122f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/zakodium-oss/react-plot/compare/v2.0.0...v3.0.0) (2024-10-14) + + +### ⚠ BREAKING CHANGES + +* the module is now ESM-only + +### Features + +* make module native ESM ([1f71a92](https://github.com/zakodium-oss/react-plot/commit/1f71a9204050afcd7979cee5a0d93b305ae70e3d)) + ## [2.0.0](https://github.com/zakodium-oss/react-plot/compare/v1.4.2...v2.0.0) (2024-07-30) diff --git a/package.json b/package.json index dc151b22..15742027 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-plot", - "version": "2.0.0", + "version": "3.0.0", "description": "Library of React components to render SVG 2D plots.", "type": "module", "exports": "./lib/index.js",