diff --git a/CHANGELOG.md b/CHANGELOG.md index 81682df3..00f9f61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.3](https://github.com/jayree/sfdx-plugin-source/compare/v1.0.2...v1.0.3) (2023-04-07) + + +### Bug Fixes + +* **deps:** bump @salesforce/sf-plugins-core from 2.2.5 to 2.2.7 ([#142](https://github.com/jayree/sfdx-plugin-source/issues/142)) ([1efd336](https://github.com/jayree/sfdx-plugin-source/commit/1efd336fc9134da2a36b488b56fc67a9c703d13a)) +* **deps:** bump @salesforce/source-deploy-retrieve from 7.14.2 to 7.15.0 ([#140](https://github.com/jayree/sfdx-plugin-source/issues/140)) ([8605f5f](https://github.com/jayree/sfdx-plugin-source/commit/8605f5fdc97c4a5fad00bb406866d03033482835)) + ## [1.0.2](https://github.com/jayree/sfdx-plugin-source/compare/v1.0.1...v1.0.2) (2023-03-31) diff --git a/README.md b/README.md index 2b33fb8e..c1bfc84b 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/jayree/source/snapshot/compare.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.0.2/src/commands/jayree/source/snapshot/compare.ts)_ +_See code: [src/commands/jayree/source/snapshot/compare.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.0.3/src/commands/jayree/source/snapshot/compare.ts)_ ### `sfdx jayree:source:snapshot:generate` @@ -55,7 +55,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/jayree/source/snapshot/generate.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.0.2/src/commands/jayree/source/snapshot/generate.ts)_ +_See code: [src/commands/jayree/source/snapshot/generate.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.0.3/src/commands/jayree/source/snapshot/generate.ts)_ ### `sfdx jayree:source:tracking:list` @@ -79,7 +79,7 @@ EXAMPLES $ sfdx jayree:source:tracking:list -u me@my.org -r 101 ``` -_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.0.2/src/commands/jayree/source/tracking/list.ts)_ +_See code: [src/commands/jayree/source/tracking/list.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.0.3/src/commands/jayree/source/tracking/list.ts)_ ### `sfdx jayree:source:tracking:store:get` @@ -100,7 +100,7 @@ EXAMPLES $ sfdx jayree:source:tracking:store:get -u me@my.org ``` -_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.0.2/src/commands/jayree/source/tracking/store/get.ts)_ +_See code: [src/commands/jayree/source/tracking/store/get.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.0.3/src/commands/jayree/source/tracking/store/get.ts)_ ### `sfdx jayree:source:tracking:store:set` @@ -124,5 +124,5 @@ EXAMPLES $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101 ``` -_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.0.2/src/commands/jayree/source/tracking/store/set.ts)_ +_See code: [src/commands/jayree/source/tracking/store/set.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.0.3/src/commands/jayree/source/tracking/store/set.ts)_ diff --git a/package.json b/package.json index e276b6da..69efbe82 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.0.2", + "version": "1.0.3", "author": "jayree", "type": "module", "bugs": "https://github.com/jayree/sfdx-plugin-source/issues",