From 7293f519502328bad5e01611c6004b8fb6d510af Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 5 Sep 2021 17:23:29 +0200 Subject: [PATCH] chore(release): 1.1.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e73cd5..e3f438a 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.1.4](https://github.com/microlinkhq/recipes/compare/v1.1.3...v1.1.4) (2021-09-05) + ### [1.1.3](https://github.com/microlinkhq/recipes/compare/v1.1.2...v1.1.3) (2021-09-05) ### 1.1.2 (2021-07-18) diff --git a/package.json b/package.json index 7c95138..ac3855c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@microlink/recipes", "description": "Build something with just a few of lines", "homepage": "https://microlink.io/recipes", - "version": "1.1.3", + "version": "1.1.4", "main": "index.js", "author": { "email": "hello@microlink.io",