Skip to content

Commit

Permalink
chore(release): 1.3.66 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.66](v1.3.65...v1.3.66) (2024-06-15)

### Bug Fixes

* **deps:** bump @oclif/core from 3.26.6 to 4.0.6 ([#990](#990)) ([9b2f91f](9b2f91f))
* **deps:** bump @salesforce/sf-plugins-core from 9.1.0 to 11.0.1 ([#985](#985)) ([0dfe0c7](0dfe0c7))
  • Loading branch information
semantic-release-bot committed Jun 15, 2024
1 parent 5a7e22e commit 94a2317
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.3.66](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.3.65...v1.3.66) (2024-06-15)


### Bug Fixes

* **deps:** bump @oclif/core from 3.26.6 to 4.0.6 ([#990](https://github.com/jayree/sfdx-plugin-prettier/issues/990)) ([9b2f91f](https://github.com/jayree/sfdx-plugin-prettier/commit/9b2f91fb802fe8d711350d802cf666fe6e7cc1cf))
* **deps:** bump @salesforce/sf-plugins-core from 9.1.0 to 11.0.1 ([#985](https://github.com/jayree/sfdx-plugin-prettier/issues/985)) ([0dfe0c7](https://github.com/jayree/sfdx-plugin-prettier/commit/0dfe0c724a35dfd063763866888752bf5773abbf))

## [1.3.65](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.3.64...v1.3.65) (2024-06-14)


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.65 linux-x64 node-v20.14.0
@jayree/sfdx-plugin-prettier/1.3.66 linux-x64 node-v20.14.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.65",
"version": "1.3.66",
"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 94a2317

Please sign in to comment.