Skip to content

Commit

Permalink
chore(release): 3.3.21 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jun 2, 2024
1 parent 06c01b9 commit ab1e551
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.3.21](https://github.com/salesforcecli/plugin-source/compare/3.3.20...3.3.21) (2024-06-02)

### Bug Fixes

- **deps:** bump @salesforce/sf-plugins-core from 9.0.12 to 9.1.1 ([#1194](https://github.com/salesforcecli/plugin-source/issues/1194)) ([06c01b9](https://github.com/salesforcecli/plugin-source/commit/06c01b919747657e5a5da4df826dfcd323073cb9))

## [3.3.20](https://github.com/salesforcecli/plugin-source/compare/3.3.19...3.3.20) (2024-06-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ npm install -g @salesforce/plugin-source
$ sfdx COMMAND
running command...
$ sfdx (--version)
@salesforce/plugin-source/3.3.20 linux-x64 node-v18.20.3
@salesforce/plugin-source/3.3.21 linux-x64 node-v18.20.3
$ sfdx --help [COMMAND]
USAGE
$ sfdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-source",
"description": "Commands to interact with source formatted metadata",
"version": "3.3.20",
"version": "3.3.21",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.8.1"

"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.6", "@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9":
"@salesforce/core@^7.0.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.6", "@salesforce/core@^7.3.9":
version "7.3.9"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.9.tgz#8abe2b3e2393989d11e92b7a6b96043fc9d5b9c8"
integrity sha512-eJqDiA5b7wU50Ee/xjmGzSnHrNVJ8S77B7enfX30gm7gxU3i3M3QeBdiV6XAOPLSIL96DseofP6Tv6c+rljlKA==
Expand Down

0 comments on commit ab1e551

Please sign in to comment.