Skip to content

Commit 877d495

Browse files
chore: release 0.6.0 (#525)
1 parent 6194e1d commit 877d495

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
@@ -17,6 +17,22 @@ All notable changes to this project will be documented in this file.
1717
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
1818
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
1919

20+
## [0.6.0](https://www.github.com/google-github-actions/setup-gcloud/compare/v0.5.1...v0.6.0) (2022-03-08)
21+
22+
23+
### ⚠ BREAKING CHANGES
24+
25+
* Require Node 16 (#532)
26+
27+
### Features
28+
29+
* switch to node16 ([#524](https://www.github.com/google-github-actions/setup-gcloud/issues/524)) ([c66a06c](https://www.github.com/google-github-actions/setup-gcloud/commit/c66a06cb89c6c4ceab6ae8cb679bc07b689c243d))
30+
31+
32+
### Miscellaneous Chores
33+
34+
* Require Node 16 ([#532](https://www.github.com/google-github-actions/setup-gcloud/issues/532)) ([6194e1d](https://www.github.com/google-github-actions/setup-gcloud/commit/6194e1dc5928f3bf0f24eb73e8fc2734421e84f9))
35+
2036
### [0.5.1](https://www.github.com/google-github-actions/setup-gcloud/compare/v0.5.0...v0.5.1) (2022-02-16)
2137

2238

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": "setup-gcloud",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"description": "Setup gcloud GitHub action",
55
"main": "dist/main/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)