Skip to content

Commit ce68968

Browse files
chore: release 0.5.0 (#89)
1 parent b9c0970 commit ce68968

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.5.0](https://www.github.com/google-github-actions/setup-cloud-sdk/compare/v0.4.0...v0.5.0) (2022-02-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop support for node 12 and old operating systems (#88)
9+
10+
### Features
11+
12+
* 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))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* 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))
18+
319
## [0.4.0](https://www.github.com/google-github-actions/setup-cloud-sdk/compare/v0.3.1...v0.4.0) (2022-02-03)
420

521

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

0 commit comments

Comments
 (0)