diff --git a/CHANGELOG.md b/CHANGELOG.md index 8378d4c..924005a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/zakodium/nmrium-cli/compare/v0.13.0...v1.0.0) (2024-04-30) + + +### ⚠ BREAKING CHANGES + +* rename keepIdCode to appendIDCode and add appendNoStereoIDCodeHash and appendRacemateIDCodeHash + +### Features + +* rename keepIdCode to appendIDCode and add appendNoStereoIDCodeHash and appendRacemateIDCodeHash ([bdb39ea](https://github.com/zakodium/nmrium-cli/commit/bdb39ea74948a3778730f748377c46823eb50c37)) + ## [0.13.0](https://github.com/zakodium/nmrium-cli/compare/v0.12.0...v0.13.0) (2024-04-28) diff --git a/package.json b/package.json index 2f94cca..39dfefc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nmrium-cli", - "version": "0.13.0", + "version": "1.0.0", "description": "CLI commands related to nmrium", "type": "module", "module": "src/index.js",