Skip to content

Commit

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

### Bug Fixes

* **deps:** bump @oclif/core from 3.26.3 to 3.26.4 ([#924](#924)) ([2e693f3](2e693f3))
* **deps:** bump @salesforce/core from 7.2.0 to 7.3.0 ([#923](#923)) ([1ba189b](1ba189b))
* **deps:** bump @salesforce/kit from 3.1.0 to 3.1.1 ([#922](#922)) ([b3acc86](b3acc86))
* **deps:** bump @salesforce/sf-plugins-core from 9.0.2 to 9.0.4 ([#921](#921)) ([edbd7af](edbd7af))
  • Loading branch information
semantic-release-bot committed Apr 19, 2024
1 parent 1ba189b commit f8d7eba
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.3.56](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.3.55...v1.3.56) (2024-04-19)


### Bug Fixes

* **deps:** bump @oclif/core from 3.26.3 to 3.26.4 ([#924](https://github.com/jayree/sfdx-plugin-prettier/issues/924)) ([2e693f3](https://github.com/jayree/sfdx-plugin-prettier/commit/2e693f380e6faeb7be0f3e2f4904f5b493227802))
* **deps:** bump @salesforce/core from 7.2.0 to 7.3.0 ([#923](https://github.com/jayree/sfdx-plugin-prettier/issues/923)) ([1ba189b](https://github.com/jayree/sfdx-plugin-prettier/commit/1ba189b9ebe1b5bc683af20adaecdf4cc37a8d7e))
* **deps:** bump @salesforce/kit from 3.1.0 to 3.1.1 ([#922](https://github.com/jayree/sfdx-plugin-prettier/issues/922)) ([b3acc86](https://github.com/jayree/sfdx-plugin-prettier/commit/b3acc86e7778a119ba8a32b814b9cdc98f0f07ee))
* **deps:** bump @salesforce/sf-plugins-core from 9.0.2 to 9.0.4 ([#921](https://github.com/jayree/sfdx-plugin-prettier/issues/921)) ([edbd7af](https://github.com/jayree/sfdx-plugin-prettier/commit/edbd7af3a0153ee46d9031e216f0d91648316561))

## [1.3.55](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.3.54...v1.3.55) (2024-04-16)


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.55 linux-x64 node-v20.12.1
@jayree/sfdx-plugin-prettier/1.3.56 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.55",
"version": "1.3.56",
"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 f8d7eba

Please sign in to comment.