We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e411316 commit 6f12892Copy full SHA for 6f12892
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [1.0.0](https://github.com/cheminfo/raman-spectrum/compare/v0.9.0...v1.0.0) (2025-08-06)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* migrate to type: module and fix testcases
9
10
+### Features
11
12
+* migrate to type: module and fix testcases ([e411316](https://github.com/cheminfo/raman-spectrum/commit/e4113166ef6b5d803c991690e9925609ee85a4ef))
13
14
## [0.9.0](https://github.com/cheminfo/raman-spectrum/compare/v0.8.0...v0.9.0) (2022-05-09)
15
16
package.json
@@ -1,6 +1,6 @@
{
"name": "raman-spectrum",
- "version": "0.9.0",
+ "version": "1.0.0",
"description": "",
"type": "module",
"exports": "./src/index.js",
0 commit comments