From 4f0a03f90a7ee936cdd4d0e294ccb43b7b2e827b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Mar 2024 10:01:24 +0000 Subject: [PATCH] chore(release): 1.18.0 [skip ci] # [1.18.0](https://github.com/sws2apps/github-gcloud-cli/compare/v1.17.0...v1.18.0) (2024-03-11) ### Features * **deps:** bump @inquirer/confirm from 3.0.0 to 3.0.2 ([6d6eaad](https://github.com/sws2apps/github-gcloud-cli/commit/6d6eaad326ffd1273fc4c35e5e082d77300de738)) * **deps:** bump @inquirer/input from 2.0.0 to 2.0.2 ([30bd1e9](https://github.com/sws2apps/github-gcloud-cli/commit/30bd1e90765051d992bf4af9beda940800cb7e41)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad74105..38e32ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.18.0](https://github.com/sws2apps/github-gcloud-cli/compare/v1.17.0...v1.18.0) (2024-03-11) + + +### Features + +* **deps:** bump @inquirer/confirm from 3.0.0 to 3.0.2 ([6d6eaad](https://github.com/sws2apps/github-gcloud-cli/commit/6d6eaad326ffd1273fc4c35e5e082d77300de738)) +* **deps:** bump @inquirer/input from 2.0.0 to 2.0.2 ([30bd1e9](https://github.com/sws2apps/github-gcloud-cli/commit/30bd1e90765051d992bf4af9beda940800cb7e41)) + # [1.17.0](https://github.com/sws2apps/github-gcloud-cli/compare/v1.16.0...v1.17.0) (2024-02-06) diff --git a/package.json b/package.json index 88307f0..67ec38c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sws2apps/github-gcloud-cli", - "version": "1.17.0", + "version": "1.18.0", "type": "module", "description": "CLI to setup Workload Identity Federation to Google Cloud for GitHub Actions", "publishConfig": {