Skip to content

Commit

Permalink
chore(main): release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Aug 16, 2023
1 parent d297261 commit 62251f6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,29 @@

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.

## [2.3.0](https://github.com/nodeshift/faas-js-runtime/compare/v2.2.3...v2.3.0) (2023-08-16)


### Features

* upgrade @typescript-eslint/parser from 5.61.0 to 6.0.0 ([#293](https://github.com/nodeshift/faas-js-runtime/issues/293)) ([c0497cd](https://github.com/nodeshift/faas-js-runtime/commit/c0497cdd421d9b3bb29acd5af6734f61895a3f83))
* upgrade cloudevents from 7.0.2 to 8.0.0 ([#304](https://github.com/nodeshift/faas-js-runtime/issues/304)) ([5472036](https://github.com/nodeshift/faas-js-runtime/commit/54720367111d29e4693c1595a8b7cfa7e8c47d0b))


### Bug Fixes

* upgrade @cyclonedx/cyclonedx-npm from 1.12.1 to 1.13.0 ([#291](https://github.com/nodeshift/faas-js-runtime/issues/291)) ([656b753](https://github.com/nodeshift/faas-js-runtime/commit/656b753e838c22bffee4e1755dbed1e6f67c56af))
* upgrade @types/node from 20.3.3 to 20.4.1 ([#294](https://github.com/nodeshift/faas-js-runtime/issues/294)) ([aafa51e](https://github.com/nodeshift/faas-js-runtime/commit/aafa51e8f6a957dbb0f9f8ec93d156dfaad46108))
* upgrade @types/node from 20.4.1 to 20.4.2 ([#298](https://github.com/nodeshift/faas-js-runtime/issues/298)) ([bc59e1b](https://github.com/nodeshift/faas-js-runtime/commit/bc59e1b0ab1b7bb9975aa7c0b9f13aca113021a5))
* upgrade @types/node from 20.4.2 to 20.4.4 ([#303](https://github.com/nodeshift/faas-js-runtime/issues/303)) ([a033281](https://github.com/nodeshift/faas-js-runtime/commit/a033281767fbefa8bb224105d6a7fd09daa33d13))
* upgrade @types/node from 20.4.4 to 20.4.5 ([#305](https://github.com/nodeshift/faas-js-runtime/issues/305)) ([d297261](https://github.com/nodeshift/faas-js-runtime/commit/d2972619172b12cf918dc4c6dc9e327d15b37011))
* upgrade cloudevents from 7.0.1 to 7.0.2 ([#295](https://github.com/nodeshift/faas-js-runtime/issues/295)) ([40869fb](https://github.com/nodeshift/faas-js-runtime/commit/40869fb5f2c160c4f0045eb3d0f88caeb41373e5))
* upgrade eslint from 8.44.0 to 8.45.0 ([#297](https://github.com/nodeshift/faas-js-runtime/issues/297)) ([1131635](https://github.com/nodeshift/faas-js-runtime/commit/11316354f96a1966bf701b3ea373a48869308223))
* upgrade fastify from 4.19.2 to 4.20.0 ([#300](https://github.com/nodeshift/faas-js-runtime/issues/300)) ([9dc620d](https://github.com/nodeshift/faas-js-runtime/commit/9dc620d21c7804b62af211316b5cf382866e94ea))
* upgrade fastify-raw-body from 4.2.0 to 4.2.1 ([#299](https://github.com/nodeshift/faas-js-runtime/issues/299)) ([9e5e5bc](https://github.com/nodeshift/faas-js-runtime/commit/9e5e5bcdb73de8728e46d4e365bbb77cce0c4a52))
* upgrade tape from 5.6.4 to 5.6.5 ([#296](https://github.com/nodeshift/faas-js-runtime/issues/296)) ([cd0ef07](https://github.com/nodeshift/faas-js-runtime/commit/cd0ef078297189852aa0a8f967bf359d49b02cda))
* upgrade tape from 5.6.5 to 5.6.6 ([#302](https://github.com/nodeshift/faas-js-runtime/issues/302)) ([ca499c0](https://github.com/nodeshift/faas-js-runtime/commit/ca499c0f82a77a509bc2f5333a36f2494e7ba9ec))

## [2.2.3](https://github.com/nodeshift/faas-js-runtime/compare/v2.2.2...v2.2.3) (2023-07-26)


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
@@ -1,6 +1,6 @@
{
"name": "faas-js-runtime",
"version": "2.2.3",
"version": "2.3.0",
"repository": {
"type": "git",
"url": "https://github.com/nodeshift/faas-js-runtime.git"
Expand Down

0 comments on commit 62251f6

Please sign in to comment.