Skip to content

Commit 1b610de

Browse files
Merge pull request #393 from OctopusDeploy/release-please--branches--main--components--install-octopus-cli-action
chore(main): release 3.0.1 Fixes rate limiting issue - #390
2 parents 3e6e4b4 + b0c19c3 commit 1b610de

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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.0.1](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v3.0.0...v3.0.1) (2023-11-16)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* release 3.0.1 ([788b620](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/788b62013ecc14c5ee335caf480d3fe86b1b3931))
9+
310
## [3.0.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v1.2.1...v3.0.0) (2022-12-13)
411

512

dist/index.js

Lines changed: 1 addition & 1 deletion
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.0.0"
86+
"version": "3.0.1"
8787
}

0 commit comments

Comments
 (0)