Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 24, 2023
1 parent 1349641 commit 2cbd498
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.

## [1.2.0](https://github.com/nodeshift/faas-js-runtime/compare/v1.1.0...v1.2.0) (2023-05-24)


### Features

* adds sbom.json as install artifact ([#229](https://github.com/nodeshift/faas-js-runtime/issues/229)) ([1349641](https://github.com/nodeshift/faas-js-runtime/commit/134964185bab2abe80cc86eaba00439e0a6ca128))


### Bug Fixes

* upgrade @typescript-eslint/parser from 5.54.0 to 5.54.1 ([#210](https://github.com/nodeshift/faas-js-runtime/issues/210)) ([deb9f99](https://github.com/nodeshift/faas-js-runtime/commit/deb9f99444630eb440ea1d270e73ea47b4c745a1))
* upgrade eslint from 8.36.0 to 8.37.0 ([#221](https://github.com/nodeshift/faas-js-runtime/issues/221)) ([2007278](https://github.com/nodeshift/faas-js-runtime/commit/20072780959bd0c31e0974b05a2db071a7c433d5))
* upgrade eslint from 8.37.0 to 8.38.0 ([#224](https://github.com/nodeshift/faas-js-runtime/issues/224)) ([db9fe88](https://github.com/nodeshift/faas-js-runtime/commit/db9fe8893f7a6e4fe5da0208d3e64b90d83427e1))
* upgrade eslint from 8.38.0 to 8.39.0 ([#227](https://github.com/nodeshift/faas-js-runtime/issues/227)) ([a03e828](https://github.com/nodeshift/faas-js-runtime/commit/a03e8283f99cf0ad504e35a0aa459b7bb3175f87))


### Miscellaneous

* improved error handling ([#223](https://github.com/nodeshift/faas-js-runtime/issues/223)) ([ef6bc77](https://github.com/nodeshift/faas-js-runtime/commit/ef6bc7765955b44ca2b2065ae1beafaeeffc49d3))

## [1.1.0](https://github.com/nodeshift/faas-js-runtime/compare/v1.0.0...v1.1.0) (2023-04-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faas-js-runtime",
"version": "1.1.0",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "https://github.com/nodeshift/faas-js-runtime.git"
Expand Down

0 comments on commit 2cbd498

Please sign in to comment.