diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b3e2e..dbd62fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.0](https://github.com/cheminfo/raman-spectrum/compare/v0.9.0...v1.0.0) (2025-08-06) + + +### ⚠ BREAKING CHANGES + +* migrate to type: module and fix testcases + +### release-as + +* 1.0.0 ([14ae04a](https://github.com/cheminfo/raman-spectrum/commit/14ae04a5f89f5cce7cd97eafcdb596d69c243f71)) + + +### Features + +* migrate to type: module and fix testcases ([e411316](https://github.com/cheminfo/raman-spectrum/commit/e4113166ef6b5d803c991690e9925609ee85a4ef)) + ## [0.9.0](https://github.com/cheminfo/raman-spectrum/compare/v0.8.0...v0.9.0) (2022-05-09) diff --git a/package.json b/package.json index 2ba2915..e60a194 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raman-spectrum", - "version": "0.9.0", + "version": "1.0.0", "description": "", "type": "module", "exports": "./src/index.js",