diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6dc5b..d0addd6 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.4 (2023-04-06) + ### [2.1.3](https://github.com/microlinkhq/cli/compare/v2.1.2...v2.1.3) (2023-03-29) ### 2.1.2 (2023-02-04) diff --git a/package.json b/package.json index 202d00a..2b9cfe3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/cli", "description": "Interacting with Microlink API from your terminal.", "homepage": "https://nicedoc.io/microlinkhq/cli", - "version": "2.1.3", + "version": "2.1.4", "main": "src/index.js", "bin": { "microlink": "bin/microlink"