Skip to content

Commit 1fbbaf7

Browse files
chore(release): 1.26.0 [skip ci]
# [1.26.0](v1.25.0...v1.26.0) (2024-11-27) ### Bug Fixes * **cli:** update to use attribute condition ([927ba88](927ba88)) ### Features * **deps:** bump @inquirer/confirm from 4.0.1 to 5.0.0 ([beb3981](beb3981)) * **deps:** bump @inquirer/confirm from 5.0.0 to 5.0.1 ([b930cdf](b930cdf)) * **deps:** bump @inquirer/confirm from 5.0.1 to 5.0.2 ([54f7a4b](54f7a4b)) * **deps:** bump @inquirer/input from 3.0.1 to 4.0.0 ([f1e3a29](f1e3a29)) * **deps:** bump @inquirer/input from 4.0.0 to 4.0.1 ([b713724](b713724)) * **deps:** bump @inquirer/input from 4.0.1 to 4.0.2 ([e7293df](e7293df))
1 parent 927ba88 commit 1fbbaf7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.26.0](https://github.com/sws2apps/github-gcloud-cli/compare/v1.25.0...v1.26.0) (2024-11-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **cli:** update to use attribute condition ([927ba88](https://github.com/sws2apps/github-gcloud-cli/commit/927ba88d5ea6d5d084ed27f224019ffa3c0b0a11))
7+
8+
9+
### Features
10+
11+
* **deps:** bump @inquirer/confirm from 4.0.1 to 5.0.0 ([beb3981](https://github.com/sws2apps/github-gcloud-cli/commit/beb39811d218c4271e8390d85b92ad69bece72f6))
12+
* **deps:** bump @inquirer/confirm from 5.0.0 to 5.0.1 ([b930cdf](https://github.com/sws2apps/github-gcloud-cli/commit/b930cdffcb6099b3c7d20d53d5991c9d3771f0cd))
13+
* **deps:** bump @inquirer/confirm from 5.0.1 to 5.0.2 ([54f7a4b](https://github.com/sws2apps/github-gcloud-cli/commit/54f7a4ba01241eb0ef57b2ae0c10e4e2139314df))
14+
* **deps:** bump @inquirer/input from 3.0.1 to 4.0.0 ([f1e3a29](https://github.com/sws2apps/github-gcloud-cli/commit/f1e3a2980710561fa28fbd74dd9756e1b8e3b4c5))
15+
* **deps:** bump @inquirer/input from 4.0.0 to 4.0.1 ([b713724](https://github.com/sws2apps/github-gcloud-cli/commit/b71372473da4c075fcf699cf08dd3c399876f677))
16+
* **deps:** bump @inquirer/input from 4.0.1 to 4.0.2 ([e7293df](https://github.com/sws2apps/github-gcloud-cli/commit/e7293dffa17131c8fd52cda8efd19787d6bee332))
17+
118
# [1.25.0](https://github.com/sws2apps/github-gcloud-cli/compare/v1.24.0...v1.25.0) (2024-09-16)
219

320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sws2apps/github-gcloud-cli",
3-
"version": "1.25.0",
3+
"version": "1.26.0",
44
"type": "module",
55
"description": "CLI to setup Workload Identity Federation to Google Cloud for GitHub Actions",
66
"publishConfig": {

0 commit comments

Comments
 (0)