diff --git a/CHANGELOG.md b/CHANGELOG.md index 709ef3d..2f7ecfb 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. +### [0.0.22](https://github.com/microlinkhq/recipes/compare/v0.0.21...v0.0.22) (2020-09-16) + + +### Bug Fixes + +* add missing dependency ([68dbd80](https://github.com/microlinkhq/recipes/commit/68dbd80335a5aa3736b630256d23f85dedbabad1)) + ### [0.0.21](https://github.com/microlinkhq/recipes/compare/v0.0.20...v0.0.21) (2020-08-21) diff --git a/package.json b/package.json index 8fd8aa4..79b403b 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.21", + "version": "0.0.22", "main": "index.js", "author": { "email": "hello@microlink.io",