From 6892f7779283632f10c1e908c551c9d4d7232a0f Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 10 Jul 2022 11:09:06 +0200 Subject: [PATCH] chore(release): 1.0.7 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 158fc4c..8d69f39 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. +### [1.0.7](https://github.com/microlinkhq/local/compare/v1.0.6...v1.0.7) (2022-07-10) + ### [1.0.6](https://github.com/microlinkhq/local/compare/v1.0.5...v1.0.6) (2021-10-09) ### [1.0.5](https://github.com/microlinkhq/local/compare/v1.0.4...v1.0.5) (2021-10-09) diff --git a/package.json b/package.json index 6190009..da8adad 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/local", "description": "Runs Microlink Functions locally.", "homepage": "https://github.com/microlinkhq/local", - "version": "1.0.6", + "version": "1.0.7", "bin": { "microlink-local": "src/index.js" },