Skip to content

Commit 00fb67c

Browse files
authored
chore(main): release 3.0.0 (#468)
1 parent 1f71a92 commit 00fb67c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/zakodium-oss/react-plot/compare/v2.0.0...v3.0.0) (2024-10-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* the module is now ESM-only
9+
10+
### Features
11+
12+
* make module native ESM ([1f71a92](https://github.com/zakodium-oss/react-plot/commit/1f71a9204050afcd7979cee5a0d93b305ae70e3d))
13+
314
## [2.0.0](https://github.com/zakodium-oss/react-plot/compare/v1.4.2...v2.0.0) (2024-07-30)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-plot",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Library of React components to render SVG 2D plots.",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)