Skip to content

Commit 97bc6b0

Browse files
chore: release 0.7.0 (#219)
1 parent a1969c6 commit 97bc6b0

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [0.7.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.6.0...v0.7.0) (2022-03-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* require nodejs 16 (#218)
9+
10+
### Miscellaneous Chores
11+
12+
* 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))
13+
314
## [0.6.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.5.0...v0.6.0) (2022-01-31)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
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.6.0",
3+
"version": "0.7.0",
44
"description": "Github Action: Deploy to Google App Engine",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)