diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c5b126..429d5d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.3.43](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.42...v1.3.43) (2024-02-23) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 3.19.2 to 3.19.5 ([#574](https://github.com/jayree/sfdx-plugin-source/issues/574)) ([1a40b22](https://github.com/jayree/sfdx-plugin-source/commit/1a40b227217dd22b95eca9c562fd9fe1fa0ee502)) +* **deps:** bump @salesforce/sf-plugins-core from 7.1.9 to 7.1.11 ([#575](https://github.com/jayree/sfdx-plugin-source/issues/575)) ([09470f7](https://github.com/jayree/sfdx-plugin-source/commit/09470f70e3fd7c30ce245942ccd89086b16e67de)) + ## [1.3.42](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.41...v1.3.42) (2024-02-16) diff --git a/README.md b/README.md index e20badc2..de7bf795 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ ALIASES $ sfdx jayree source snapshot compare ``` -_See code: [src/commands/jayree/project/compare/snapshot.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.42/src/commands/jayree/project/compare/snapshot.ts)_ +_See code: [src/commands/jayree/project/compare/snapshot.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.43/src/commands/jayree/project/compare/snapshot.ts)_ ### `sfdx jayree project fix` @@ -63,7 +63,7 @@ ALIASES $ sfdx jayree source fix ``` -_See code: [src/commands/jayree/project/fix.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.42/src/commands/jayree/project/fix.ts)_ +_See code: [src/commands/jayree/project/fix.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.43/src/commands/jayree/project/fix.ts)_ ### `sfdx jayree project generate snapshot` @@ -83,7 +83,7 @@ ALIASES $ sfdx jayree source snapshot generate ``` -_See code: [src/commands/jayree/project/generate/snapshot.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.42/src/commands/jayree/project/generate/snapshot.ts)_ +_See code: [src/commands/jayree/project/generate/snapshot.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.43/src/commands/jayree/project/generate/snapshot.ts)_ ### `sfdx jayree project list tracking` @@ -111,7 +111,7 @@ EXAMPLES $ sfdx jayree:source:tracking:list -u me@my.org -r 101 ``` -_See code: [src/commands/jayree/project/list/tracking.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.42/src/commands/jayree/project/list/tracking.ts)_ +_See code: [src/commands/jayree/project/list/tracking.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.43/src/commands/jayree/project/list/tracking.ts)_ ### `sfdx jayree project store tracking get` @@ -136,7 +136,7 @@ EXAMPLES $ sfdx jayree:source:tracking:store:get -u me@my.org ``` -_See code: [src/commands/jayree/project/store/tracking/get.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.42/src/commands/jayree/project/store/tracking/get.ts)_ +_See code: [src/commands/jayree/project/store/tracking/get.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.43/src/commands/jayree/project/store/tracking/get.ts)_ ### `sfdx jayree project store tracking set` @@ -164,7 +164,7 @@ EXAMPLES $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101 ``` -_See code: [src/commands/jayree/project/store/tracking/set.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.42/src/commands/jayree/project/store/tracking/set.ts)_ +_See code: [src/commands/jayree/project/store/tracking/set.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.43/src/commands/jayree/project/store/tracking/set.ts)_ ## Hooks diff --git a/package.json b/package.json index a0e069dc..a23ab760 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jayree/sfdx-plugin-source", "description": "A Salesforce CLI plugin containing commands to generate and compare sfdx source snapshot files or manipulate local source tracking.", - "version": "1.3.42", + "version": "1.3.43", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-source/issues",