diff --git a/CHANGELOG.md b/CHANGELOG.md index d050660d..bd880a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.3.3](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.2...v1.3.3) (2023-06-01) + + +### Bug Fixes + +* **deps:** bump @salesforce/sf-plugins-core from 3.0.1 to 3.0.2 ([#206](https://github.com/jayree/sfdx-plugin-source/issues/206)) ([bb999b3](https://github.com/jayree/sfdx-plugin-source/commit/bb999b3b84dcf2af54e9c98a0bd84fe13d4583a6)) +* **deps:** bump @salesforce/source-tracking from 3.1.5 to 4.1.0 ([#207](https://github.com/jayree/sfdx-plugin-source/issues/207)) ([de9c24f](https://github.com/jayree/sfdx-plugin-source/commit/de9c24f964ff702ea1b90547cb1e6d6c15a97414)) + ## [1.3.2](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.1...v1.3.2) (2023-05-26) diff --git a/README.md b/README.md index d8b4fddd..ab50f36f 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.2/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.3/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.2/src/commands/jayree/project/fix.ts)_ +_See code: [src/commands/jayree/project/fix.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.3/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.2/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.3/src/commands/jayree/project/generate/snapshot.ts)_ ### `sfdx jayree:project:list:tracking` @@ -110,7 +110,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.2/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.3/src/commands/jayree/project/list/tracking.ts)_ ### `sfdx jayree:project:store:tracking:get` @@ -134,7 +134,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.2/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.3/src/commands/jayree/project/store/tracking/get.ts)_ ### `sfdx jayree:project:store:tracking:set` @@ -161,7 +161,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.2/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.3/src/commands/jayree/project/store/tracking/set.ts)_ ## Hooks diff --git a/package.json b/package.json index c1a13398..d3359f49 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.2", + "version": "1.3.3", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-source/issues",