Skip to content

Commit a6f6f8d

Browse files
authored
Merge pull request #299 from OctopusDeploy/release-please--branches--main
chore(main): release 1.2.0
2 parents 0203606 + 8ce0585 commit a6f6f8d

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v1.1.10...v1.2.0) (2022-05-04)
4+
5+
6+
### Features
7+
8+
* added download endpoint retriever ([1b210f2](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/1b210f211beead2b82d9b372dbaee142af740a7a))
9+
* added Octopus CLI version fetcher ([767b69f](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/767b69f39f167bbd5cbae3efdce9fbdf888070a2))
10+
* incorporated SemVer support ([eba997b](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/eba997bc80d51e2f57e0dc47f5fcd6fd1959c5d8))
11+
* replace "latest" with wildcard for SemVer support ([393cafc](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/393cafc5529b2dfddcf19756ff19e2afa1f9cd94))
12+
13+
14+
### Bug Fixes
15+
16+
* updated semantics to error on null version ([ed9f79d](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/ed9f79d832c291ca2b4da7faf2f7729ee003323b))
17+
318
### [1.1.10](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v1.1.9...v1.1.10) (2022-03-13)
419

520

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
@@ -73,5 +73,5 @@
7373
"postbuild": "ncc build -o dist",
7474
"test": "jest"
7575
},
76-
"version": "1.1.10"
76+
"version": "1.2.0"
7777
}

0 commit comments

Comments
 (0)