Skip to content

Commit 4138463

Browse files
chore: release 0.8.0 (nodeshift#106)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 559c110 commit 4138463

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [0.8.0](https://www.github.com/boson-project/faas-js-runtime/compare/v0.7.1...v0.8.0) (2021-12-09)
6+
7+
8+
### Features
9+
10+
* add an endpoint for prometheus at /metrics ([#109](https://www.github.com/boson-project/faas-js-runtime/issues/109)) ([559c110](https://www.github.com/boson-project/faas-js-runtime/commit/559c11039bd7a9fbb505fb7689b58c079ce240c4))
11+
* add limited support for func.yaml via logLevel ([#104](https://www.github.com/boson-project/faas-js-runtime/issues/104)) ([6e376fa](https://www.github.com/boson-project/faas-js-runtime/commit/6e376fa508bd4201c085c5adb8acec880437a91a))
12+
13+
14+
### Bug Fixes
15+
16+
* use cloudevent as second param in test fn ([#99](https://www.github.com/boson-project/faas-js-runtime/issues/99)) ([d3dae1d](https://www.github.com/boson-project/faas-js-runtime/commit/d3dae1dee78d9466595c828a169ff964434d28a6))
17+
518
### [0.7.1](https://www.github.com/boson-project/faas-js-runtime/compare/v0.7.0...v0.7.1) (2021-05-24)
619

720

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faas-js-runtime",
3-
"version": "0.7.1",
3+
"version": "0.8.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/boson-project/faas-js-runtime.git"

0 commit comments

Comments
 (0)