Skip to content

Commit

Permalink
chore: release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
google-github-actions-bot committed Mar 1, 2022
1 parent 93da55c commit e13c98f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.7.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.6.0...v0.7.0) (2022-03-01)


### ⚠ BREAKING CHANGES

* require nodejs 16 (#218)

### Miscellaneous Chores

* require nodejs 16 ([#218](https://www.github.com/google-github-actions/deploy-appengine/issues/218)) ([ae37ad0](https://www.github.com/google-github-actions/deploy-appengine/commit/ae37ad06269e52a79e263e085bb3a8a7a34e05b3))

## [0.6.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.5.0...v0.6.0) (2022-01-31)


Expand Down
4 changes: 2 additions & 2 deletions 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.6.0",
"version": "0.7.0",
"description": "Github Action: Deploy to Google App Engine",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e13c98f

Please sign in to comment.