diff --git a/CHANGELOG.md b/CHANGELOG.md index 354a11ff..0f19c362 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.22.2](https://github.com/salesforcecli/plugin-functions/compare/1.22.1...1.22.2) (2023-09-19) + + +### Bug Fixes + +* **deps:** bump node-fetch from 3.3.1 to 3.3.2 ([#731](https://github.com/salesforcecli/plugin-functions/issues/731)) ([7df30bb](https://github.com/salesforcecli/plugin-functions/commit/7df30bb9a2b6e653283b5317e9399ad9ff45266f)) + + + ## [1.22.1](https://github.com/salesforcecli/plugin-functions/compare/1.22.0...1.22.1) (2023-09-16) diff --git a/package.json b/package.json index 01d7f79a..f7b18ac8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-functions", "description": "Functions plugin for the SF CLI", - "version": "1.22.1", + "version": "1.22.2", "author": "heroku-front-end@salesforce.com", "bin": { "functions": "./bin/run"