From 6eb3d626242ab2f2137a2c65d299f5bea310cd30 Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:20:30 +0200 Subject: [PATCH] chore(main): release 0.14.0 (#27) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8378d4c..8681a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.14.0](https://github.com/zakodium/nmrium-cli/compare/v0.13.0...v0.14.0) (2024-04-30) + + +### ⚠ BREAKING CHANGES + +* rename keepIdCode to appendIDCode and add appendNoStereoIDCodeHash and appendRacemateIDCodeHash + +### release-as + +* v0.14.0 ([21ee715](https://github.com/zakodium/nmrium-cli/commit/21ee7157c9595cd1a2d4d538f6e5152fefc05e9f)) + + +### 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..136fc1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nmrium-cli", - "version": "0.13.0", + "version": "0.14.0", "description": "CLI commands related to nmrium", "type": "module", "module": "src/index.js",