diff --git a/CHANGELOG.md b/CHANGELOG.md index a40a993..66fa6df 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.1.1](https://github.com/nodeshift/faas-js-runtime/compare/v2.1.0...v2.1.1) (2023-06-29) + + +### Miscellaneous + +* update the release type to published instead of created ([#253](https://github.com/nodeshift/faas-js-runtime/issues/253)) ([35893c8](https://github.com/nodeshift/faas-js-runtime/commit/35893c8f5e008d7e97560dfbf63c8cd951ce184d)) + ## [2.1.0](https://github.com/nodeshift/faas-js-runtime/compare/v2.0.0...v2.1.0) (2023-06-29) diff --git a/package-lock.json b/package-lock.json index 53a0a12..e45df9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "2.1.0", + "version": "2.1.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 181753c..79d03d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faas-js-runtime", - "version": "2.1.0", + "version": "2.1.1", "repository": { "type": "git", "url": "https://github.com/nodeshift/faas-js-runtime.git"