Skip to content

Commit

Permalink
chore: release 0.3.0 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
google-github-actions-bot authored Jan 21, 2021
1 parent e65f9aa commit 32c708a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.3.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.2.0...v0.3.0) (2021-01-21)


### Features

* 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))
* 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))
* 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))

## [0.2.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.1.0...v0.2.0) (2020-11-17)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deploy-appengine",
"version": "0.2.0",
"version": "0.3.0",
"description": "Github Action: Deploy to Google App Engine",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 32c708a

Please sign in to comment.