Skip to content

Commit

Permalink
chore: release 0.7.0 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
google-github-actions-bot authored Dec 15, 2021
1 parent fe6042e commit 68aedae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.7.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.6.0...v0.7.0) (2021-12-15)


### Features

* add WIF support ([#254](https://www.github.com/google-github-actions/deploy-cloudrun/issues/254)) ([1a42a1c](https://www.github.com/google-github-actions/deploy-cloudrun/commit/1a42a1c5d9f8c28a15a9c2baec5767873fed11c7))
* update all dependencies ([#262](https://www.github.com/google-github-actions/deploy-cloudrun/issues/262)) ([ab7ecb7](https://www.github.com/google-github-actions/deploy-cloudrun/commit/ab7ecb7bee7cfa1c5d9d05d4a511e9ec9a99a117))
* use library for setup-cloud-sdk ([#232](https://www.github.com/google-github-actions/deploy-cloudrun/issues/232)) ([d419653](https://www.github.com/google-github-actions/deploy-cloudrun/commit/d419653e9e7540752f657d4ae8ce1c992a9454e7))

## [0.6.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.5.0...v0.6.0) (2021-05-27)


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": "deploy-cloudrun",
"version": "0.6.0",
"version": "0.7.0",
"description": "Github Action: Deploy to Google Cloud Run",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 68aedae

Please sign in to comment.