Skip to content

Commit

Permalink
chore: release 0.5.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
google-github-actions-bot committed Feb 14, 2022
1 parent b9c0970 commit ce68968
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.5.0](https://www.github.com/google-github-actions/setup-cloud-sdk/compare/v0.4.0...v0.5.0) (2022-02-14)


### ⚠ BREAKING CHANGES

* drop support for node 12 and old operating systems (#88)

### Features

* switch to using actions/http-client ([#94](https://www.github.com/google-github-actions/setup-cloud-sdk/issues/94)) ([f15cbfb](https://www.github.com/google-github-actions/setup-cloud-sdk/commit/f15cbfb9aaf926ebf7c9869dd701e09d021c82c8))


### Miscellaneous Chores

* drop support for node 12 and old operating systems ([#88](https://www.github.com/google-github-actions/setup-cloud-sdk/issues/88)) ([ca75faf](https://www.github.com/google-github-actions/setup-cloud-sdk/commit/ca75faf4f650a0455ae0622a5fa9dd4a7f30d85d))

## [0.4.0](https://www.github.com/google-github-actions/setup-cloud-sdk/compare/v0.3.1...v0.4.0) (2022-02-03)


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
@@ -1,6 +1,6 @@
{
"name": "@google-github-actions/setup-cloud-sdk",
"version": "0.4.0",
"version": "0.5.0",
"description": "Utilities to download, install and interact with the Cloud SDK for GitHub Actions",
"main": "dist/index.js",
"types": "dist/index.d.js",
Expand Down

0 comments on commit ce68968

Please sign in to comment.