chore: release 0.6.0 (#525)

This commit is contained in:
Google GitHub Actions Bot 2022-03-08 19:11:45 -05:00 committed by GitHub
parent 6194e1dc59
commit 877d4953d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 3 deletions

View file

@ -17,6 +17,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.6.0](https://www.github.com/google-github-actions/setup-gcloud/compare/v0.5.1...v0.6.0) (2022-03-08)
### ⚠ BREAKING CHANGES
* Require Node 16 (#532)
### Features
* 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))
### Miscellaneous Chores
* 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))
### [0.5.1](https://www.github.com/google-github-actions/setup-gcloud/compare/v0.5.0...v0.5.1) (2022-02-16)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "setup-gcloud",
"version": "0.5.1",
"version": "0.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "setup-gcloud",
"version": "0.5.1",
"version": "0.6.0",
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.6.0",

View file

@ -1,6 +1,6 @@
{
"name": "setup-gcloud",
"version": "0.5.1",
"version": "0.6.0",
"description": "Setup gcloud GitHub action",
"main": "dist/main/index.js",
"scripts": {