From d586aa063d37722ee41af4fae1d6c168d5b4bcb2 Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Mon, 14 Oct 2024 08:19:35 +0200 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7326a..61c6012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/zakodium-oss/react-d3-utils/compare/v1.0.0...v2.0.0) (2024-10-14) + + +### ⚠ BREAKING CHANGES + +* the module is now ESM-only + +### Features + +* make module native ESM ([85732fd](https://github.com/zakodium-oss/react-d3-utils/commit/85732fdf64eaa5bf83f10b3aaad76122e39b70b5)) + ## [1.0.0](https://www.github.com/zakodium-oss/react-d3-utils/compare/v0.6.1...v1.0.0) (2022-12-04) diff --git a/package.json b/package.json index 0d5f096..87747b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-d3-utils", - "version": "1.0.0", + "version": "2.0.0", "description": "Low-level utilities to build charts with React and D3", "type": "module", "exports": "./lib/index.js",