diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb8e92..2046811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.0.0](https://github.com/mljs/peak-shape-generator/compare/v4.3.0...v5.0.0) (2026-05-29) + + +### ⚠ BREAKING CHANGES + +* package is now ESM-only; consumers using require() must migrate to import, or run Node.js >= 20.19, >= 22.12, or any 24.x or later. + +### Features + +* add PseudoVoigtTCH shape (TCH-style pseudo-Voigt with independent fwhmG/fwhmL) ([de0561d](https://github.com/mljs/peak-shape-generator/commit/de0561d78438d84fc5a0c639bd41b3b8cbd1d614)) +* migrate to ESM and update tooling to current standards ([2e0895f](https://github.com/mljs/peak-shape-generator/commit/2e0895f3260e4048753f6552bfeaa9292966f529)) + ## [4.3.0](https://www.github.com/mljs/peak-shape-generator/compare/v4.2.0...v4.3.0) (2026-05-27) diff --git a/package.json b/package.json index 8383b79..d18631d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ml-peak-shape-generator", - "version": "4.3.0", + "version": "5.0.0", "description": "Generate various peak shapes", "type": "module", "exports": {