From 14297d2f75a8df7604527459387b48a1eea3ee99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 11:25:33 -0500 Subject: [PATCH] chore(main): release 0.9.6 (#141) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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"