-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.3.92](v1.3.91...v1.3.92) (2024-12-06) ### Bug Fixes * **deps:** bump @oclif/core from 4.0.33 to 4.0.34 ([#1175](#1175)) ([cb2be7b](cb2be7b)) * **deps:** bump prettier from 3.3.3 to 3.4.2 ([#1177](#1177)) ([ff2299b](ff2299b))
- Loading branch information
1 parent
ff2299b
commit ad81c47
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@jayree/sfdx-plugin-prettier", | ||
"version": "1.3.91", | ||
"version": "1.3.92", | ||
"description": "A Salesforce CLI plugin containing a hook that uses prettier to format Salesforce metadata source files retrieved or pulled from Salesforce orgs.", | ||
"author": "jayree <[email protected]>", | ||
"type": "module", | ||
|