Skip to content

Commit c6a9813

Browse files
authored
Merge pull request #414 from OctopusDeploy/release-please--branches--main--components--install-octopus-cli-action
chore(main): release 3.1.1
2 parents 8669ed4 + 6c252dc commit c6a9813

File tree

4 files changed

+28
-9
lines changed

4 files changed

+28
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [3.1.1](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.1.0...v3.1.1) (2024-01-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @actions/core to v1.10.1 ([9ef46dd](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/9ef46ddadc1338f89f84ef921a3b90a8962ba8a1))
9+
* **deps:** update dependency uuid to v9.0.1 ([02deaca](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/02deaca4309fc202b3212375169f1aee085777c4))
10+
* force exit when done ([cfb528f](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/cfb528f382414677408075e6474e56caf8356914))
11+
* hanging when after install ([8669ed4](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/8669ed4e3a1bd84b27e7b2686915e222fdb0daa1))
12+
* not awaiting fs.rm ([bdc65fe](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/bdc65fef29c5aa4c7db56420464c463a252c6209))
13+
* not handling run function ([e14e8e1](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/e14e8e1bdc03441d08930cd12668f324268cf14d))
14+
* Updates to latest transitive dependencies to address dependabot alerts ([#413](https://github.com/OctopusDeploy/install-octopus-cli-action/issues/413)) ([2efe771](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/2efe771f0571c855f3545cf363c700cbdf71264e))
15+
316
## [3.1.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.0.1...v3.1.0) (2023-12-14)
417

518

dist/index.js

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

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
@@ -83,5 +83,5 @@
8383
"postbuild": "ncc build out/main.js -o dist",
8484
"test": "jest --ci --reporters=default --reporters=jest-junit --passWithNoTests"
8585
},
86-
"version": "3.1.0"
86+
"version": "3.1.1"
8787
}

0 commit comments

Comments
 (0)