diff --git a/CHANGELOG.md b/CHANGELOG.md index 515295b..464b44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 2.1.23 (2024-03-18) + ### 2.1.22 (2024-02-08) ### 2.1.21 (2024-01-06) diff --git a/package.json b/package.json index 75fb130..c66d907 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/cli", "description": "Interacting with Microlink API from your terminal.", "homepage": "https://github.com/microlinkhq/cli", - "version": "2.1.22", + "version": "2.1.23", "main": "src/index.js", "bin": { "microlink": "bin/microlink",