Skip to content

Commit

Permalink
chore(release): 1.3.77 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.77](v1.3.76...v1.3.77) (2024-08-16)

### Bug Fixes

* **deps:** bump @salesforce/core from 8.3.0 to 8.4.0 ([#1069](#1069)) ([32e4fb5](32e4fb5))
* **deps:** bump @salesforce/sf-plugins-core from 11.2.8 to 11.3.2 ([#1066](#1066)) ([9629313](9629313))
* **deps:** bump @salesforce/source-deploy-retrieve ([#1071](#1071)) ([ab10ca8](ab10ca8))
* **deps:** bump ignore from 5.3.1 to 5.3.2 ([#1068](#1068)) ([e74511c](e74511c))
  • Loading branch information
semantic-release-bot committed Aug 16, 2024
1 parent ab10ca8 commit 6c42bd3
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.77](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.3.76...v1.3.77) (2024-08-16)


### Bug Fixes

* **deps:** bump @salesforce/core from 8.3.0 to 8.4.0 ([#1069](https://github.com/jayree/sfdx-plugin-prettier/issues/1069)) ([32e4fb5](https://github.com/jayree/sfdx-plugin-prettier/commit/32e4fb5bcfb6dd497ac96c14439a8fd6ea837a8c))
* **deps:** bump @salesforce/sf-plugins-core from 11.2.8 to 11.3.2 ([#1066](https://github.com/jayree/sfdx-plugin-prettier/issues/1066)) ([9629313](https://github.com/jayree/sfdx-plugin-prettier/commit/9629313a9c8bc4b98b2d9028b56455cf33af2180))
* **deps:** bump @salesforce/source-deploy-retrieve ([#1071](https://github.com/jayree/sfdx-plugin-prettier/issues/1071)) ([ab10ca8](https://github.com/jayree/sfdx-plugin-prettier/commit/ab10ca83474e2368b12ffa9852c114069d5bc191))
* **deps:** bump ignore from 5.3.1 to 5.3.2 ([#1068](https://github.com/jayree/sfdx-plugin-prettier/issues/1068)) ([e74511c](https://github.com/jayree/sfdx-plugin-prettier/commit/e74511cf90bc2c3c71b686575a5d821b2fbaef12))

## [1.3.76](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.3.75...v1.3.76) (2024-08-09)


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.76 linux-x64 node-v20.16.0
@jayree/sfdx-plugin-prettier/1.3.77 linux-x64 node-v20.16.0
$ 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.76",
"version": "1.3.77",
"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",
Expand Down

0 comments on commit 6c42bd3

Please sign in to comment.