From 9312b29d5bb1a95f9ff3c8b0afcc0f24dd2bacd3 Mon Sep 17 00:00:00 2001 From: Kiko Date: Wed, 30 Oct 2024 16:04:40 +0000 Subject: [PATCH] chore(release): 2.1.31 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57cb78f..a8f9354 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.31 (2024-10-30) + ### [2.1.30](https://github.com/microlinkhq/cli/compare/v2.1.29...v2.1.30) (2024-09-03) ### 2.1.29 (2024-09-03) diff --git a/package.json b/package.json index 8208e95..bb4f13f 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.30", + "version": "2.1.31", "main": "src/index.js", "bin": { "microlink": "bin/microlink",