Skip to content

Commit

Permalink
Release v1.1.0 (#118)
Browse files Browse the repository at this point in the history
* Release v1.1.0

* Bump version in package.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gerald Pape <ubergesundheit@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and ubergesundheit committed Jan 19, 2023
1 parent 1200389 commit 6bf58e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2023-01-19

### Changed

- Update action to use NodeJS 16
Expand All @@ -15,5 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release

[Unreleased]: https://github.com/giantswarm/install-binary-action/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/giantswarm/install-binary-action/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/giantswarm/install-binary-action/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/giantswarm/install-binary-action/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "install-binary-action",
"version": "1.0.0",
"version": "1.1.0",
"description": "GitHub action to install compressed binary from a given URL.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6bf58e5

Please sign in to comment.