Skip to content

Commit c0374ce

Browse files
chore: release 0.8.0 (#244)
1 parent 5fb3173 commit c0374ce

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.8.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.7.0...v0.8.0) (2022-03-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to node16 (#243)
9+
10+
### Miscellaneous Chores
11+
12+
* upgrade to node16 ([#243](https://www.github.com/google-github-actions/deploy-appengine/issues/243)) ([5fb3173](https://www.github.com/google-github-actions/deploy-appengine/commit/5fb3173c11f90ad879315db1b4f9232e1112e657))
13+
314
## [0.7.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.6.0...v0.7.0) (2022-03-08)
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.7.0",
3+
"version": "0.8.0",
44
"description": "Github Action: Deploy to Google App Engine",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)