diff --git a/CHANGELOG.md b/CHANGELOG.md index 2408825..a17f7fc 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.5.0](https://github.com/microlinkhq/recipes/compare/v1.4.0...v1.5.0) (2022-07-06) + + +### Features + +* **provider:** add parcel ([4bcd866](https://github.com/microlinkhq/recipes/commit/4bcd86611455c197955c7705862df940ac573a50)) + ## [1.4.0](https://github.com/microlinkhq/recipes/compare/v1.3.6...v1.4.0) (2022-02-22) diff --git a/package.json b/package.json index 176a355..a9f76b8 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.4.0", + "version": "1.5.0", "main": "index.js", "author": { "email": "hello@microlink.io",