Skip to content

Commit dfdc739

Browse files
chore: release 0.4.0 (#29)
1 parent c3aba2c commit dfdc739

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.3.0...v0.4.0) (2021-02-11)
4+
5+
6+
### Features
7+
8+
* **deps:** update dependencies ([#27](https://www.github.com/google-github-actions/deploy-cloudrun/issues/27)) ([0751aed](https://www.github.com/google-github-actions/deploy-cloudrun/commit/0751aed08ff283f784c4716030a75195098edaa8))
9+
10+
11+
### Bug Fixes
12+
13+
* **testing:** run IT tests cleanup only when needed ([#37](https://www.github.com/google-github-actions/deploy-cloudrun/issues/37)) ([9de5186](https://www.github.com/google-github-actions/deploy-cloudrun/commit/9de5186fe826371613a003a2c22ae38be0994d22))
14+
* update merging of services ([#30](https://www.github.com/google-github-actions/deploy-cloudrun/issues/30)) ([7d88f7a](https://www.github.com/google-github-actions/deploy-cloudrun/commit/7d88f7a4c9f15186916068e190b0de7eaf8a792e))
15+
* Update service polling ([#31](https://www.github.com/google-github-actions/deploy-cloudrun/issues/31)) ([75b3108](https://www.github.com/google-github-actions/deploy-cloudrun/commit/75b31080b36d9abc33f5e2bdf6133aaa59103b78))
16+
317
## [0.3.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.2.0...v0.3.0) (2021-01-27)
418

519

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

0 commit comments

Comments
 (0)