From a50694d7443c57c3cd9676a3bd0412578bc7cc5c Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Mon, 30 Nov 2020 13:36:06 +0100 Subject: [PATCH] chore(release): 0.0.29 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90a446f..40d5e9d 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. +### [0.0.29](https://github.com/microlinkhq/recipes/compare/v0.0.28...v0.0.29) (2020-11-30) + ### [0.0.28](https://github.com/microlinkhq/recipes/compare/v0.0.27...v0.0.28) (2020-11-10) ### [0.0.27](https://github.com/microlinkhq/recipes/compare/v0.0.26...v0.0.27) (2020-10-23) diff --git a/package.json b/package.json index 35867ad..093eea2 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": "0.0.28", + "version": "0.0.29", "main": "index.js", "author": { "email": "hello@microlink.io",