diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd9fb21..2c547448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.22.9](https://github.com/salesforcecli/plugin-functions/compare/1.22.8...1.22.9) (2023-10-31) + + +### Bug Fixes + +* bump heroku/functions-core and remove cloudevents ([#755](https://github.com/salesforcecli/plugin-functions/issues/755)) ([25b8e18](https://github.com/salesforcecli/plugin-functions/commit/25b8e18835857c0f8ed1d64240cf03ac805734f8)) + + + ## [1.22.8](https://github.com/salesforcecli/plugin-functions/compare/1.22.7...1.22.8) (2023-10-27) diff --git a/package.json b/package.json index d1db8aba..3db6a8ff 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.8", + "version": "1.22.9", "author": "heroku-front-end@salesforce.com", "bin": { "functions": "./bin/run"