From 9e9851fb882201229594c639adfba08ceb568a30 Mon Sep 17 00:00:00 2001 From: Kiko Date: Sat, 15 Feb 2025 19:53:54 +0000 Subject: [PATCH] chore(release): 2.1.33 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce15700..8dbad78 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.33 (2025-02-15) + ### 2.1.32 (2025-02-15) ### 2.1.31 (2024-10-30) diff --git a/package.json b/package.json index 3821aef..66b8fbd 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.32", + "version": "2.1.33", "main": "src/index.js", "bin": { "microlink": "bin/microlink",