diff --git a/CHANGELOG.md b/CHANGELOG.md index 01593a6..7c64a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.19](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.18...1.2.19) (2024-08-04) + +### Bug Fixes + +- **deps:** bump @salesforce/kit from 3.1.6 to 3.2.1 ([b2dd5c8](https://github.com/salesforcecli/plugin-devops-center/commit/b2dd5c8f766b042c61fe652eeaa0b63ea2404681)) + ## [1.2.18](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.17...1.2.18) (2024-06-30) ### Bug Fixes diff --git a/README.md b/README.md index 6ccfa16..3f961d3 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ FLAG DESCRIPTIONS "sf project deploy pipeline report". ``` -_See code: [src/commands/project/deploy/pipeline/quick.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.18/src/commands/project/deploy/pipeline/quick.ts)_ +_See code: [src/commands/project/deploy/pipeline/quick.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.19/src/commands/project/deploy/pipeline/quick.ts)_ ## `sf project deploy pipeline report` @@ -180,7 +180,7 @@ FLAG DESCRIPTIONS your most recent operation was longer than 3 days ago, this flag won't find the job ID. ``` -_See code: [src/commands/project/deploy/pipeline/report.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.18/src/commands/project/deploy/pipeline/report.ts)_ +_See code: [src/commands/project/deploy/pipeline/report.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.19/src/commands/project/deploy/pipeline/report.ts)_ ## `sf project deploy pipeline resume` @@ -245,7 +245,7 @@ FLAG DESCRIPTIONS returns the job ID. To check the status of the operation, run "sf project deploy pipeline report". ``` -_See code: [src/commands/project/deploy/pipeline/resume.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.18/src/commands/project/deploy/pipeline/resume.ts)_ +_See code: [src/commands/project/deploy/pipeline/resume.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.19/src/commands/project/deploy/pipeline/resume.ts)_ ## `sf project deploy pipeline start` @@ -344,7 +344,7 @@ FLAG DESCRIPTIONS "sf project deploy pipeline report". ``` -_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.18/src/commands/project/deploy/pipeline/start.ts)_ +_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.19/src/commands/project/deploy/pipeline/start.ts)_ ## `sf project deploy pipeline validate` @@ -443,7 +443,7 @@ FLAG DESCRIPTIONS "sf project deploy pipeline report". ``` -_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.18/src/commands/project/deploy/pipeline/validate.ts)_ +_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.19/src/commands/project/deploy/pipeline/validate.ts)_ diff --git a/package.json b/package.json index 0a2cbaf..d199732 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-devops-center", "description": "The DevOps Center CLI plugin provides a command-line alternative to performing equivalent actions in the DevOps Center graphical UI", - "version": "1.2.18", + "version": "1.2.19", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {