Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakodium-bot authored Oct 14, 2024
1 parent 1f71a92 commit 00fb67c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 00fb67c

Please sign in to comment.