Skip to content

Commit

Permalink
chore: release 0.3.1 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
google-github-actions-bot authored Mar 31, 2021
1 parent 05415b8 commit 2906c45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.3.1](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.3.0...v0.3.1) (2021-03-31)


### Bug Fixes

* Error when project ID or credentials are not provided ([#27](https://www.github.com/google-github-actions/deploy-appengine/issues/27)) ([190e2c1](https://www.github.com/google-github-actions/deploy-appengine/commit/190e2c145a27274614723e75a4efc567864a564a))

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


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.3.0",
"version": "0.3.1",
"description": "Github Action: Deploy to Google App Engine",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 2906c45

Please sign in to comment.