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",