diff --git a/CHANGELOG.md b/CHANGELOG.md index 574a767..ed0d5d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2.1](https://github.com/openshift-cloud-functions/faas-js-runtime/compare/v0.2.0...v0.2.1) (2020-08-12) + ## [0.2.0](https://github.com/openshift-cloud-functions/faas-js-runtime/compare/v0.1.0...v0.2.0) (2020-02-12) diff --git a/package-lock.json b/package-lock.json index 3823a56..662b38b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@redhat/faas-js-runtime", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e957491..b5a5771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@redhat/faas-js-runtime", - "version": "0.2.0", + "version": "0.2.1", "repository": { "type": "git", "url": "https://github.com/openshift-cloud-functions/faas-js-runtime.git"