Skip to content

Commit 9faf2b1

Browse files
committed
chore(release): 2.4.4 [skip ci]
1 parent 3d7f80f commit 9faf2b1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.4.4](https://github.com/salesforcecli/plugin-command-reference/compare/2.4.2...2.4.4) (2023-05-08)
2+
3+
4+
### Bug Fixes
5+
6+
* revert 2.4.2 ([c0f845c](https://github.com/salesforcecli/plugin-command-reference/commit/c0f845ccdcc046aac2646709341b6b59532842fa))
7+
8+
9+
110
## [2.4.2](https://github.com/salesforcecli/plugin-command-reference/compare/2.4.1...2.4.2) (2023-05-02)
211

312

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-command-reference",
33
"description": "Generate the Salesforce CLI command reference guide",
4-
"version": "2.4.3",
4+
"version": "2.4.4",
55
"author": "Salesforce",
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"dependencies": {
@@ -104,4 +104,4 @@
104104
"access": "public"
105105
},
106106
"main": "lib/index.js"
107-
}
107+
}

0 commit comments

Comments
 (0)