diff --git a/CHANGELOG.md b/CHANGELOG.md index e9ed8cc1..71d55b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.17.4](https://github.com/salesforcecli/plugin-functions/compare/1.17.3...1.17.4) (2023-01-23) + + +### Bug Fixes + +* bump @heroku/functions-core to ^0.5.3 ([#576](https://github.com/salesforcecli/plugin-functions/issues/576)) ([2077a60](https://github.com/salesforcecli/plugin-functions/commit/2077a6041870e325041bd04cd132530e97d461e0)) + + + ## [1.17.3](https://github.com/salesforcecli/plugin-functions/compare/1.17.2...1.17.3) (2022-12-31) diff --git a/package.json b/package.json index a24a78f5..93eff689 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-functions", "description": "Functions plugin for the SF CLI", - "version": "1.17.3", + "version": "1.17.4", "author": "heroku-front-end@salesforce.com", "bin": { "functions": "./bin/run" @@ -190,4 +190,4 @@ "access": "public" }, "main": "lib/index.js" -} +} \ No newline at end of file