From a68ebdc7e90309e76ded0b2a4bba27284dabd3bb Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Fri, 18 Aug 2023 15:12:35 +0200 Subject: [PATCH] chore(main): release 0.4.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1295ba..f78d973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.4.0](https://github.com/cheminfo/react-tree-svg/compare/v0.3.0...v0.4.0) (2023-08-18) + + +### ⚠ BREAKING CHANGES + +* display mz not em + +### Features + +* number formatting ([85ccec7](https://github.com/cheminfo/react-tree-svg/commit/85ccec724d21a3461e6d947cb42bbf8ef05fa320)) + + +### Bug Fixes + +* display mz not em ([7c06ad5](https://github.com/cheminfo/react-tree-svg/commit/7c06ad556b816694d4202c45ed3fdb8e2414a999)) + ## [0.3.0](https://github.com/cheminfo/react-tree-svg/compare/v0.2.0...v0.3.0) (2023-08-17) diff --git a/package.json b/package.json index 37c17be..ae24c0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tree-svg", - "version": "0.3.0", + "version": "0.4.0", "main": "lib/index.js", "module": "lib-esm/index.js", "types": "lib-esm/index.d.ts",