From 6c42bd3eb909ce7fe1d89ad9d3ec2ac6e6bff378 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Aug 2024 08:25:45 +0000 Subject: [PATCH] chore(release): 1.3.77 [skip ci] ## [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)) --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e908215a..2ffa6de6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 308062fc..8c1f4f8b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index a3267f70..e767ed01 100644 --- a/package.json +++ b/package.json @@ -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 ", "type": "module",