From aa8f8e59dc1297abcfb9c4e99bece82f6136c122 Mon Sep 17 00:00:00 2001 From: Kiko Date: Tue, 2 May 2023 22:10:50 +0000 Subject: [PATCH] chore(release): 2.1.7 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34c55af..6a6151b 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.7 (2023-05-02) + ### 2.1.6 (2023-05-02) ### 2.1.5 (2023-05-02) diff --git a/package.json b/package.json index b543069..f290e3b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/cli", "description": "Interacting with Microlink API from your terminal.", "homepage": "https://nicedoc.io/microlinkhq/cli", - "version": "2.1.6", + "version": "2.1.7", "main": "src/index.js", "bin": { "microlink": "bin/microlink"