Skip to content

Commit 953e229

Browse files
committed
Release v1.1.1
Fixed: - Add force flag to plugin install to handle when a plugin is already installed [#62] Signed-off-by: Jason Frey <fryguy9@gmail.com>
1 parent 36de7de commit 953e229

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [1.1.1] - 2026-01-13
8+
### Fixed
9+
- Add force flag to plugin install to handle when a plugin is already installed [[#62](https://github.com/IBM/actions-ibmcloud-cli/pull/62)]
10+
711
## [1.1.0] - 2025-11-19
812
### Added
913
* Add support for ubuntu-24.04-ppc64le and ubuntu-24.04-s390x runners [[#50](https://github.com/IBM/actions-ibmcloud-cli/pull/50)]
@@ -57,7 +61,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5761
## [1.0.0] - 2024-06-17
5862
* **BREAKING**: Revamp as a Javascript based GitHub Action [[#2](https://github.com/IBM/actions-ibmcloud-cli/pull/2)], [[#3](https://github.com/IBM/actions-ibmcloud-cli/pull/3)], [[#4](https://github.com/IBM/actions-ibmcloud-cli/pull/4)], [[#5](https://github.com/IBM/actions-ibmcloud-cli/pull/5)], [[#6](https://github.com/IBM/actions-ibmcloud-cli/pull/6)]
5963

60-
[Unreleased]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.1.0...HEAD
64+
[Unreleased]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.1.1...HEAD
65+
[1.1.1]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.1.0...v1.1.1
6166
[1.1.0]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.4...v1.1.0
6267
[1.0.4]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.3...v1.0.4
6368
[1.0.3]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.2...v1.0.3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actions-ibmcloud-cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Install and configure the IBM Cloud CLI for working with IBM Cloud",
55
"author": "IBM Authors",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)