Skip to content

Commit 68aedae

Browse files
chore: release 0.7.0 (#233)
1 parent fe6042e commit 68aedae

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [0.7.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.6.0...v0.7.0) (2021-12-15)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
* 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))
11+
312
## [0.6.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.5.0...v0.6.0) (2021-05-27)
413

514

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

0 commit comments

Comments
 (0)