From 0bdf2c4dbc01c88eb0cf75f82d07b70238a582dd Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Thu, 7 Sep 2023 00:12:45 +0200 Subject: [PATCH] chore(release): 1.8.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d5e5d..eecbe60 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.8.1](https://github.com/microlinkhq/recipes/compare/v1.8.0...v1.8.1) (2023-09-06) + ## [1.8.0](https://github.com/microlinkhq/recipes/compare/v1.7.0...v1.8.0) (2023-06-06) diff --git a/package.json b/package.json index 46f5607..275cc7c 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.8.0", + "version": "1.8.1", "main": "index.js", "author": { "email": "hello@microlink.io",