Skip to content

Commit e3009e4

Browse files
chore: release 0.4.0 (#58)
1 parent 88df77f commit e3009e4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.3.1...v0.4.0) (2021-06-04)
4+
5+
6+
### Features
7+
8+
* Add flags input and tests ([#57](https://www.github.com/google-github-actions/deploy-appengine/issues/57)) ([8aae463](https://www.github.com/google-github-actions/deploy-appengine/commit/8aae463f646fdf5c6ca3e6c9affbfd7be9d6d664))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency @actions/github to v4 ([#48](https://www.github.com/google-github-actions/deploy-appengine/issues/48)) ([22930b1](https://www.github.com/google-github-actions/deploy-appengine/commit/22930b18cbc21992adfe1829f505127deb9e095e))
14+
* **deps:** update dependency @actions/github to v5 ([#52](https://www.github.com/google-github-actions/deploy-appengine/issues/52)) ([c14ade5](https://www.github.com/google-github-actions/deploy-appengine/commit/c14ade5fdb7581f4a344bcc7c50763bda122d28f))
15+
* **deps:** update dependency js-base64 to v3 ([#49](https://www.github.com/google-github-actions/deploy-appengine/issues/49)) ([cc49642](https://www.github.com/google-github-actions/deploy-appengine/commit/cc49642f14ab96c60a8707301c5352d87eb61807))
16+
* **deps:** update dependency tmp to ^0.2.0 ([#41](https://www.github.com/google-github-actions/deploy-appengine/issues/41)) ([a777a6c](https://www.github.com/google-github-actions/deploy-appengine/commit/a777a6cfd250049d3d7a988fc6537fa169e10181))
17+
318
### [0.3.1](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.3.0...v0.3.1) (2021-03-31)
419

520

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

0 commit comments

Comments
 (0)