Skip to content

Commit 355d383

Browse files
chore: release 0.10.0 (#321)
1 parent 69d8349 commit 355d383

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [0.10.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.9.0...v0.10.0) (2022-05-02)
4+
5+
6+
### Features
7+
8+
* allow for multi line flags ([#320](https://www.github.com/google-github-actions/deploy-cloudrun/issues/320)) ([c5ec47b](https://www.github.com/google-github-actions/deploy-cloudrun/commit/c5ec47bd62298b802bfff30783b634810a057e5b))
9+
10+
11+
### Bug Fixes
12+
13+
* migrate to actions-utils parseFlags ([#332](https://www.github.com/google-github-actions/deploy-cloudrun/issues/332)) ([a695629](https://www.github.com/google-github-actions/deploy-cloudrun/commit/a6956293801f1f9078b3c25be42db7ad46b1d83d))
14+
315
## [0.9.0](https://www.github.com/google-github-actions/deploy-cloudrun/compare/v0.8.0...v0.9.0) (2022-03-08)
416

517

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

0 commit comments

Comments
 (0)