From 91fc85703a1ab2bc3d03db3acc31fd1a15a01b4c Mon Sep 17 00:00:00 2001 From: Zakodium <72201612+zakodium-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:04:09 +0100 Subject: [PATCH] chore(main): release 0.8.1 (#18) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dca6cf2..88dd10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/zakodium/nmrium-cli/compare/v0.8.0...v0.8.1) (2024-02-09) + + +### Bug Fixes + +* correctly create the command ([eaaad47](https://github.com/zakodium/nmrium-cli/commit/eaaad47e9d6b0a516c51bd486a490c5e048a888f)) + ## [0.8.0](https://github.com/zakodium/nmrium-cli/compare/v0.7.2...v0.8.0) (2024-02-09) diff --git a/package.json b/package.json index 13e6c91..1e9979f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nmrium-cli", - "version": "0.8.0", + "version": "0.8.1", "description": "CLI commands related to nmrium", "type": "module", "module": "src/index.js",