From 5922f2faed7d4a1e5bffec2ca5a65b69a0a6e961 Mon Sep 17 00:00:00 2001 From: Lucas Holmquist Date: Wed, 19 Jul 2023 15:03:14 -0400 Subject: [PATCH] chore(main): release 2.2.3 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f29adef..7718685 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.2.3](https://github.com/nodeshift/faas-js-runtime/compare/v2.2.2...v2.2.3) (2023-07-19) + + +### Bug Fixes + +* upgrade @types/node from 20.2.5 to 20.3.2 ([#274](https://github.com/nodeshift/faas-js-runtime/issues/274)) ([cfd1b55](https://github.com/nodeshift/faas-js-runtime/commit/cfd1b552d2191726e5faca0668d1bf57423f3fb8)) +* upgrade @typescript-eslint/parser from 5.60.0 to 5.60.1 ([#275](https://github.com/nodeshift/faas-js-runtime/issues/275)) ([c9dd3ef](https://github.com/nodeshift/faas-js-runtime/commit/c9dd3ef8458fbf936bca2350473610806401fc79)) + + +### Miscellaneous + +* add sbom generation to release-please action ([#278](https://github.com/nodeshift/faas-js-runtime/issues/278)) ([c8440f5](https://github.com/nodeshift/faas-js-runtime/commit/c8440f5d6b62624e0f8ed69ca392ec4cdd11c41b)) + ## [2.2.2](https://github.com/nodeshift/faas-js-runtime/compare/v2.2.1...v2.2.2) (2023-07-14) diff --git a/package-lock.json b/package-lock.json index 5df07f6..78ee9de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "2.2.2", + "version": "2.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "2.2.2", + "version": "2.2.3", "license": "Apache-2.0", "dependencies": { "cloudevents": "^7.0.1", diff --git a/package.json b/package.json index a454ffa..c843b4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faas-js-runtime", - "version": "2.2.2", + "version": "2.2.3", "repository": { "type": "git", "url": "https://github.com/nodeshift/faas-js-runtime.git"