Skip to content

Commit

Permalink
Merge pull request #299 from OctopusDeploy/release-please--branches--…
Browse files Browse the repository at this point in the history
…main

chore(main): release 1.2.0
  • Loading branch information
jbristowe authored May 4, 2022
2 parents 0203606 + 8ce0585 commit a6f6f8d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.2.0](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v1.1.10...v1.2.0) (2022-05-04)


### Features

* added download endpoint retriever ([1b210f2](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/1b210f211beead2b82d9b372dbaee142af740a7a))
* added Octopus CLI version fetcher ([767b69f](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/767b69f39f167bbd5cbae3efdce9fbdf888070a2))
* incorporated SemVer support ([eba997b](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/eba997bc80d51e2f57e0dc47f5fcd6fd1959c5d8))
* replace "latest" with wildcard for SemVer support ([393cafc](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/393cafc5529b2dfddcf19756ff19e2afa1f9cd94))


### Bug Fixes

* updated semantics to error on null version ([ed9f79d](https://github.com/OctopusDeploy/install-octopus-cli-action/commit/ed9f79d832c291ca2b4da7faf2f7729ee003323b))

### [1.1.10](https://github.com/OctopusDeploy/install-octopus-cli-action/compare/v1.1.9...v1.1.10) (2022-03-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"postbuild": "ncc build -o dist",
"test": "jest"
},
"version": "1.1.10"
"version": "1.2.0"
}

0 comments on commit a6f6f8d

Please sign in to comment.