diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0a77c..f62a26a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1](https://github.com/nodeshift/faas-js-runtime/compare/v2.2.0...v2.2.1) (2023-07-13) + + +### Miscellaneous + +* change sbom generation to happen on `prepublishOnly` ([#268](https://github.com/nodeshift/faas-js-runtime/issues/268)) ([9fdef57](https://github.com/nodeshift/faas-js-runtime/commit/9fdef579a8111fa3094f556f33f0159f44ed2492)) + ## [2.2.0](https://github.com/nodeshift/faas-js-runtime/compare/v2.1.2...v2.2.0) (2023-07-11) diff --git a/package-lock.json b/package-lock.json index 1a27cce..8e78369 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "2.2.0", + "version": "2.2.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index ba2bead..8d0fc19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faas-js-runtime", - "version": "2.2.0", + "version": "2.2.1", "repository": { "type": "git", "url": "https://github.com/nodeshift/faas-js-runtime.git"