Skip to content

Commit d97177b

Browse files
chore: release 0.5.0 (#49)
1 parent 5f42bb6 commit d97177b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [0.5.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.4.0...v0.5.0) (2021-04-05)
4+
5+
6+
### Features
7+
8+
* Add source deploys and traffic updates ([#45](https://www.github.com/google-github-actions/deploy-cloudrun/issues/45)) ([09c010d](https://www.github.com/google-github-actions/deploy-cloudrun/commit/09c010da2e395d281a1aa052c124e25499a90d01))
9+
310
## [0.4.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.3.0...v0.4.0) (2021-02-11)
411

512

package-lock.json

Lines changed: 1 addition & 1 deletion
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.4.0",
3+
"version": "0.5.0",
44
"description": "Github Action: Deploy to Google Cloud Run",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)