From 2cd6b2b08c35fb3ff387d8bc1b5457fb974c0cee Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 3 Nov 2024 05:45:49 +0000 Subject: [PATCH] chore(release): 1.2.26 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 10 +++++----- package.json | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1eff97..4c2d307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.26](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.25...1.2.26) (2024-11-03) + +### Bug Fixes + +- **deps:** bump tslib from 2.8.0 to 2.8.1 ([6ed97a5](https://github.com/salesforcecli/plugin-devops-center/commit/6ed97a5ea282eac6b4a6569aa821d8b8f17291bd)) + ## [1.2.25](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.24...1.2.25) (2024-10-27) ### Bug Fixes diff --git a/README.md b/README.md index c334f39..cc13026 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.25/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.26/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.25/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.26/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.25/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.26/src/commands/project/deploy/pipeline/resume.ts)_ ## `sf project deploy pipeline start` @@ -343,7 +343,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.25/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.26/src/commands/project/deploy/pipeline/start.ts)_ ## `sf project deploy pipeline validate` @@ -441,7 +441,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.25/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.26/src/commands/project/deploy/pipeline/validate.ts)_ diff --git a/package.json b/package.json index b6e39bc..1c2c20b 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.25", + "version": "1.2.26", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {