Skip to content

Commit a9883d8

Browse files
authored
chore(main): release 1.0.0 (#13)
1 parent 45e68d3 commit a9883d8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
### release-as
11+
12+
* 1.0.0 ([14ae04a](https://github.com/cheminfo/raman-spectrum/commit/14ae04a5f89f5cce7cd97eafcdb596d69c243f71))
13+
14+
15+
### Features
16+
17+
* migrate to type: module and fix testcases ([e411316](https://github.com/cheminfo/raman-spectrum/commit/e4113166ef6b5d803c991690e9925609ee85a4ef))
18+
319
## [0.9.0](https://github.com/cheminfo/raman-spectrum/compare/v0.8.0...v0.9.0) (2022-05-09)
420

521

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)