diff --git a/CHANGELOG.md b/CHANGELOG.md index 3482449..77477d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/microlinkhq/functions/compare/v0.1.4...v0.1.5) (2022-02-24) + +**Note:** Version bump only for package @microlink/functions-root + + + + + ## [0.1.4](https://github.com/microlinkhq/functions/compare/v0.1.3...v0.1.4) (2022-02-24) **Note:** Version bump only for package @microlink/functions-root diff --git a/lerna.json b/lerna.json index 7d83cde..3c3eadd 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.1.4" + "version": "0.1.5" } diff --git a/packages/npm/CHANGELOG.md b/packages/npm/CHANGELOG.md index 1d85e8f..1e65b1c 100644 --- a/packages/npm/CHANGELOG.md +++ b/packages/npm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/microlinkhq/function/compare/v0.1.4...v0.1.5) (2022-02-24) + +**Note:** Version bump only for package @microlink/function + + + + + ## [0.1.4](https://github.com/microlinkhq/function/compare/v0.1.3...v0.1.4) (2022-02-24) **Note:** Version bump only for package @microlink/function diff --git a/packages/npm/package.json b/packages/npm/package.json index 877ed08..c2c041b 100644 --- a/packages/npm/package.json +++ b/packages/npm/package.json @@ -1,7 +1,7 @@ { "name": "@microlink/function", "homepage": "https://github.com/microlinkhq/function#readme", - "version": "0.1.4", + "version": "0.1.5", "main": "src/node.js", "browser": "src/browser.js", "author": {