diff --git a/CHANGELOG.md b/CHANGELOG.md index f28ab4c..4854e5f 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.9.6](https://github.com/boson-project/faas-js-runtime/compare/v0.9.5...v0.9.6) (2022-12-09) + + +### Features + +* Import functions that are written as ES Modules ([#140](https://github.com/boson-project/faas-js-runtime/issues/140)) ([6ac6fff](https://github.com/boson-project/faas-js-runtime/commit/6ac6fffec091e9ed87d74a39f8c8390bc28d8ee6)) + ## [0.9.5](https://github.com/boson-project/faas-js-runtime/compare/v0.9.4...v0.9.5) (2022-11-09) diff --git a/package-lock.json b/package-lock.json index d805517..efd58d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "0.9.5", + "version": "0.9.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "0.9.5", + "version": "0.9.6", "license": "Apache-2.0", "dependencies": { "cloudevents": "^6.0.3", diff --git a/package.json b/package.json index 86c5395..dc24d9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faas-js-runtime", - "version": "0.9.5", + "version": "0.9.6", "repository": { "type": "git", "url": "https://github.com/boson-project/faas-js-runtime.git"