From 04ef5807c95fe3e7a192e13826ff016258a57a45 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sat, 3 Jun 2023 10:22:24 +0200 Subject: [PATCH] chore(release): 1.7.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cbb5c..45d5ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.7.0](https://github.com/microlinkhq/recipes/compare/v1.6.2...v1.7.0) (2023-06-03) + + +### Features + +* add URIs recipe ([feec888](https://github.com/microlinkhq/recipes/commit/feec8880489823f565b90a96cdaef34762aa5555)) + ### [1.6.2](https://github.com/microlinkhq/recipes/compare/v1.6.1...v1.6.2) (2023-04-04) ### [1.6.1](https://github.com/microlinkhq/recipes/compare/v1.6.0...v1.6.1) (2023-01-25) diff --git a/package.json b/package.json index bf456aa..a74b3a8 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.6.2", + "version": "1.7.0", "main": "index.js", "author": { "email": "hello@microlink.io",