From edfe8ee0ddbe1ee689adcbb4e59b9d9375285140 Mon Sep 17 00:00:00 2001 From: Kiko Date: Sat, 13 May 2023 11:29:33 +0000 Subject: [PATCH] chore(release): 2.1.10 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b04d567..beea386 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.10 (2023-05-13) + ### 2.1.9 (2023-05-03) ### 2.1.8 (2023-05-02) diff --git a/package.json b/package.json index 21f40ee..ff1226b 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.9", + "version": "2.1.10", "main": "src/index.js", "bin": { "microlink": "bin/microlink"