From 8e8f14a552bf150f0681426bc5711b5fc52cbd8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:13:22 -0500 Subject: [PATCH] chore(main): release 0.9.2 (#132) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62166f8..b336e2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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.2](https://github.com/boson-project/faas-js-runtime/compare/v0.9.1...v0.9.2) (2022-11-03) + + +### Features + +* **http-functions:** supply HTTP POST body ([#129](https://github.com/boson-project/faas-js-runtime/issues/129)) ([25cdcba](https://github.com/boson-project/faas-js-runtime/commit/25cdcba3d7f58b0d202efc1864455bff855583be)) + + +### Miscellaneous + +* **coverage:** upload coverage stats to codecov.io ([#127](https://github.com/boson-project/faas-js-runtime/issues/127)) ([4206e31](https://github.com/boson-project/faas-js-runtime/commit/4206e31cbe4a4dcc4a4e322fc7f2b2d66bc2c9e8)) +* **deps:** bump fastify to 4.9.x ([#128](https://github.com/boson-project/faas-js-runtime/issues/128)) ([35403b5](https://github.com/boson-project/faas-js-runtime/commit/35403b54053ea194171ae6fd5afd458926f93ba9)) +* **release-please:** specify changelog headings ([#130](https://github.com/boson-project/faas-js-runtime/issues/130)) ([5ed0cff](https://github.com/boson-project/faas-js-runtime/commit/5ed0cff1f7e8989aa713aa76571f1cbebd6c4830)) + + +### Documentation + +* **README.md:** update with interfaces and types ([#131](https://github.com/boson-project/faas-js-runtime/issues/131)) ([058fc77](https://github.com/boson-project/faas-js-runtime/commit/058fc77ef0ebf8c74eb48e1f53e7f5e04cfbebe0)) + ### [0.9.1](https://www.github.com/boson-project/faas-js-runtime/compare/v0.9.0...v0.9.1) (2022-05-27) diff --git a/package-lock.json b/package-lock.json index 7fc7070..890c5a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "0.9.1", + "version": "0.9.2", "license": "Apache-2.0", "dependencies": { "cloudevents": "^5.3.1", diff --git a/package.json b/package.json index 4a6b712..ac3ba48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faas-js-runtime", - "version": "0.9.1", + "version": "0.9.2", "repository": { "type": "git", "url": "https://github.com/boson-project/faas-js-runtime.git"