Skip to content

Commit c635bb8

Browse files
chore(main): release 3.1.4 (#585)
1 parent 0f4e715 commit c635bb8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [3.1.4](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.1.3...v3.1.4) (2025-12-10)
4+
5+
6+
### Bug Fixes
7+
8+
* support for arm64 ([#581](https://github.com/OctopusDeploy/install-octopus-cli-action/issues/581)) ([0f4e715](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/0f4e715e1f6e6385f5cbd883024a6532c1836c64))
9+
310
## [3.1.3](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.1.2...v3.1.3) (2025-03-10)
411

512

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.3"
86+
"version": "3.1.4"
8787
}

0 commit comments

Comments
 (0)