Skip to content

Commit 32c708a

Browse files
chore: release 0.3.0 (#15)
1 parent e65f9aa commit 32c708a

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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.3.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.2.0...v0.3.0) (2021-01-21)
4+
5+
6+
### Features
7+
8+
* Add better error for misshaped credentials ([#22](https://www.github.com/google-github-actions/deploy-appengine/issues/22)) ([c6290d4](https://www.github.com/google-github-actions/deploy-appengine/commit/c6290d4810b64907b2a41ce4dde866e629bab792))
9+
* add example workflow ([#14](https://www.github.com/google-github-actions/deploy-appengine/issues/14)) ([ee5bf41](https://www.github.com/google-github-actions/deploy-appengine/commit/ee5bf411b807a187809fad3cbf240c80029f12e7))
10+
* Add working directory input ([#21](https://www.github.com/google-github-actions/deploy-appengine/issues/21)) ([b616de9](https://www.github.com/google-github-actions/deploy-appengine/commit/b616de98e0771e8583e79ff21cee13d53872a5cf))
11+
312
## [0.2.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.1.0...v0.2.0) (2020-11-17)
413

514

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

0 commit comments

Comments
 (0)