Skip to content

Commit

Permalink
chore(release): 1.3.57 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.57](v1.3.56...v1.3.57) (2024-04-23)

### Bug Fixes

* fix hook enable config ([1a4ea80](1a4ea80))
  • Loading branch information
semantic-release-bot committed Apr 23, 2024
1 parent 1a4ea80 commit 7c796db
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.57](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.3.56...v1.3.57) (2024-04-23)


### Bug Fixes

* fix hook enable config ([1a4ea80](https://github.com/jayree/sfdx-plugin-prettier/commit/1a4ea80708323c7772fc405cfdca14cb1755ed38))

## [1.3.56](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.3.55...v1.3.56) (2024-04-19)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ npm install -g @jayree/sfdx-plugin-prettier
$ sfdx COMMAND
running command...
$ sfdx (--version)
@jayree/sfdx-plugin-prettier/1.3.56 linux-x64 node-v20.12.2
@jayree/sfdx-plugin-prettier/1.3.57 linux-x64 node-v20.12.2
$ 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,6 +1,6 @@
{
"name": "@jayree/sfdx-plugin-prettier",
"version": "1.3.56",
"version": "1.3.57",
"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 <jayree.git@icloud.com>",
"type": "module",
Expand Down

0 comments on commit 7c796db

Please sign in to comment.