diff --git a/CHANGELOG.md b/CHANGELOG.md index 4854e5f..065c6e4 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.7](https://github.com/boson-project/faas-js-runtime/compare/v0.9.6...v0.9.7) (2023-01-06) + + +### Bug Fixes + +* modify module loader to look in parent directories ([#144](https://github.com/boson-project/faas-js-runtime/issues/144)) ([2a1e618](https://github.com/boson-project/faas-js-runtime/commit/2a1e618afd0078ceeffa94232c6c55b0584d5842)) + ## [0.9.6](https://github.com/boson-project/faas-js-runtime/compare/v0.9.5...v0.9.6) (2022-12-09) diff --git a/package-lock.json b/package-lock.json index 5ff2088..c6ff901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "0.9.6", + "version": "0.9.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "0.9.6", + "version": "0.9.7", "license": "Apache-2.0", "dependencies": { "cloudevents": "^6.0.3", diff --git a/package.json b/package.json index dc24d9c..3233001 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faas-js-runtime", - "version": "0.9.6", + "version": "0.9.7", "repository": { "type": "git", "url": "https://github.com/boson-project/faas-js-runtime.git"