diff --git a/CHANGELOG.md b/CHANGELOG.md index e20b27e..d812b9f 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.1.0](https://github.com/openshift-cloud-functions/faas-js-runtime/compare/v0.0.4...v0.1.0) (2019-12-13) + + +### Features + +* add support for cloud events version 1.0 ([#21](https://github.com/openshift-cloud-functions/faas-js-runtime/issues/21)) ([f282e28](https://github.com/openshift-cloud-functions/faas-js-runtime/commit/f282e28b2927156380b3c408dd156575ad30a3ea)) + ### [0.0.4](https://github.com/openshift-cloud-functions/faas-js-runtime/compare/v0.0.3...v0.0.4) (2019-11-12) diff --git a/package-lock.json b/package-lock.json index f6821a7..acda34f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@redhat/faas-js-runtime", - "version": "0.0.4", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 403c727..de3a13f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@redhat/faas-js-runtime", - "version": "0.0.4", + "version": "0.1.0", "repository": { "type": "git", "url": "https://github.com/openshift-cloud-functions/faas-js-runtime.git"