diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b603e..3482449 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.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 + + + + + ## [0.1.3](https://github.com/microlinkhq/functions/compare/v0.1.2...v0.1.3) (2022-02-24) **Note:** Version bump only for package @microlink/functions-root diff --git a/lerna.json b/lerna.json index d852b51..7d83cde 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.1.3" + "version": "0.1.4" } diff --git a/packages/npm/CHANGELOG.md b/packages/npm/CHANGELOG.md index 4eaef54..1d85e8f 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.4](https://github.com/microlinkhq/function/compare/v0.1.3...v0.1.4) (2022-02-24) + +**Note:** Version bump only for package @microlink/function + + + + + ## [0.1.3](https://github.com/microlinkhq/function/compare/v0.1.2...v0.1.3) (2022-02-24) **Note:** Version bump only for package @microlink/function diff --git a/packages/npm/package.json b/packages/npm/package.json index 54e7c98..35668bc 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.3", + "version": "0.1.4", "main": "src/node.js", "browser": "src/browser.js", "author": {