From 8ea57ebe75e6370f99f593c66d78d0be882782fa Mon Sep 17 00:00:00 2001 From: Kiko Date: Sun, 15 May 2022 10:42:03 +0000 Subject: [PATCH] chore(release): 2.0.13 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef9026..20d3ec4 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.0.13 (2022-05-15) + ### 2.0.12 (2021-12-11) ### 2.0.11 (2021-12-11) diff --git a/package.json b/package.json index c75a48f..d7478ba 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.0.12", + "version": "2.0.13", "main": "src/index.js", "bin": { "microlink": "bin/microlink"