Skip to content

Commit 6f12892

Browse files
committed
chore(main): release 1.0.0
1 parent e411316 commit 6f12892

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## [0.9.0](https://github.com/cheminfo/raman-spectrum/compare/v0.8.0...v0.9.0) (2022-05-09)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raman-spectrum",
3-
"version": "0.9.0",
3+
"version": "1.0.0",
44
"description": "",
55
"type": "module",
66
"exports": "./src/index.js",

0 commit comments

Comments
 (0)