We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049711c commit 2843fd6Copy full SHA for 2843fd6
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [1.22.8](https://github.com/salesforcecli/plugin-functions/compare/1.22.7...1.22.8) (2023-10-27)
2
+
3
4
+### Bug Fixes
5
6
+* **compute:** fix linting error ([#754](https://github.com/salesforcecli/plugin-functions/issues/754)) ([049711c](https://github.com/salesforcecli/plugin-functions/commit/049711c39bc2fcfa0aa0cf2f7b262ae3ceb492f0))
7
8
9
10
## [1.22.7](https://github.com/salesforcecli/plugin-functions/compare/1.22.6...1.22.7) (2023-10-27)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-functions",
"description": "Functions plugin for the SF CLI",
- "version": "1.22.7",
+ "version": "1.22.8",
"author": "[email protected]",
"bin": {
"functions": "./bin/run"
0 commit comments