Skip to content

Commit ff05bd2

Browse files
committed
chore(release): 3.2.3 [skip ci]
1 parent 418f602 commit ff05bd2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.2.3](https://github.com/salesforcecli/plugin-source/compare/3.2.2...3.2.3) (2024-04-06)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 8.0.2 to 8.0.3 ([#1146](https://github.com/salesforcecli/plugin-source/issues/1146)) ([418f602](https://github.com/salesforcecli/plugin-source/commit/418f60258d81589cb7e8fd539eee0260f1d2de1f))
6+
17
## [3.2.2](https://github.com/salesforcecli/plugin-source/compare/3.2.1...3.2.2) (2024-03-30)
28

39
### Bug Fixes

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ $ npm install -g @salesforce/plugin-source
7575
$ sfdx COMMAND
7676
running command...
7777
$ sfdx (--version)
78-
@salesforce/plugin-source/3.2.2 linux-x64 node-v18.19.1
78+
@salesforce/plugin-source/3.2.3 linux-x64 node-v18.20.0
7979
$ sfdx --help [COMMAND]
8080
USAGE
8181
$ sfdx COMMAND

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-source",
33
"description": "Commands to interact with source formatted metadata",
4-
"version": "3.2.2",
4+
"version": "3.2.3",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)