Skip to content

Commit

Permalink
chore(release): 1.3.92 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Dec 6, 2024
1 parent ff2299b commit ad81c47
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.92](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.3.91...v1.3.92) (2024-12-06)


### Bug Fixes

* **deps:** bump @oclif/core from 4.0.33 to 4.0.34 ([#1175](https://github.com/jayree/sfdx-plugin-prettier/issues/1175)) ([cb2be7b](https://github.com/jayree/sfdx-plugin-prettier/commit/cb2be7bd93326e438f24a40a3a4e87c30fd5469e))
* **deps:** bump prettier from 3.3.3 to 3.4.2 ([#1177](https://github.com/jayree/sfdx-plugin-prettier/issues/1177)) ([ff2299b](https://github.com/jayree/sfdx-plugin-prettier/commit/ff2299b2ff0475ad1273319dfa0f2aa6dd002e10))

## [1.3.91](https://github.com/jayree/sfdx-plugin-prettier/compare/v1.3.90...v1.3.91) (2024-11-22)


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.91 linux-x64 node-v22.11.0
@jayree/sfdx-plugin-prettier/1.3.92 linux-x64 node-v22.11.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.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",
Expand Down

0 comments on commit ad81c47

Please sign in to comment.