From 9aac61296ab2228268206566836bdd50d7b5d5f3 Mon Sep 17 00:00:00 2001 From: Kiko Date: Thu, 30 Nov 2023 18:06:07 +0000 Subject: [PATCH] chore(release): 2.1.20 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 493423a..1d2a101 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.20 (2023-11-30) + ### 2.1.19 (2023-10-28) ### 2.1.18 (2023-10-24) diff --git a/package.json b/package.json index eb4eb89..a36d01f 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.19", + "version": "2.1.20", "main": "src/index.js", "bin": { "microlink": "bin/microlink"