Skip to content

Commit 2f5f7bc

Browse files
authored
chore(main): release 3.0.0 (#100)
1 parent 895a938 commit 2f5f7bc

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+
## [3.0.0](https://github.com/cheminfo/common-spectrum/compare/v2.12.0...v3.0.0) (2025-08-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* replace isMonotone by isMonotonic to use MeasurementXY definitions and finalize package updates
9+
10+
### Features
11+
12+
* migrate to type=module ([e690869](https://github.com/cheminfo/common-spectrum/commit/e69086937891a4cddb77567055d518402734638e))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* replace isMonotone by isMonotonic to use MeasurementXY definitions and finalize package updates ([2f0d9d5](https://github.com/cheminfo/common-spectrum/commit/2f0d9d51e33819456b14c1f1d71bf97b912a339a))
18+
319
## [2.12.0](https://github.com/cheminfo/common-spectrum/compare/v2.11.0...v2.12.0) (2024-10-09)
420

521
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "common-spectrum",
3-
"version": "2.12.0",
3+
"version": "3.0.0",
44
"description": "Common package to deal with spectra",
55
"type": "module",
66
"exports": "./lib/index.js",

0 commit comments

Comments
 (0)