From 523aee145c52bbe834aaecaa90ae914d0183b4e1 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Thu, 21 Sep 2023 14:19:01 -0400 Subject: [PATCH] chore(main): release 2.3.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7397e0..174efbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ 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-09-21) + + +### 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 from 4.20.0 to 4.21.0 ([#308](https://github.com/nodeshift/faas-js-runtime/issues/308)) ([a3f6fe9](https://github.com/nodeshift/faas-js-runtime/commit/a3f6fe9427127d6d2a973c722bb9eb69d74f20a2)) +* 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)) +* upgrade typescript from 5.1.6 to 5.2.2 ([#314](https://github.com/nodeshift/faas-js-runtime/issues/314)) ([f602b47](https://github.com/nodeshift/faas-js-runtime/commit/f602b47f66cee71952eafec318a0fe144fc93e4a)) + ## [2.2.3](https://github.com/nodeshift/faas-js-runtime/compare/v2.2.2...v2.2.3) (2023-07-26) diff --git a/package-lock.json b/package-lock.json index b4f5fc9..7a75aea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "2.2.3", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "2.2.3", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "cloudevents": "^8.0.0", diff --git a/package.json b/package.json index c9ddee7..a1fdbf3 100644 --- a/package.json +++ b/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"