diff --git a/CHANGELOG.md b/CHANGELOG.md index 59cd9d3..57cb78f 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.30](https://github.com/microlinkhq/cli/compare/v2.1.29...v2.1.30) (2024-09-03) + ### 2.1.29 (2024-09-03) ### 2.1.28 (2024-05-28) diff --git a/package.json b/package.json index 14c16ad..a50861e 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.29", + "version": "2.1.30", "main": "src/index.js", "bin": { "microlink": "bin/microlink",