Skip to content

Commit 73c9b74

Browse files
chore: release 0.2.0 (#5)
1 parent 1fe0abe commit 73c9b74

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.2.0](https://www.github.com/google-github-actions/deploy-appengine/compare/v0.1.0...v0.2.0) (2020-11-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* transfer App Engine action (#1)
9+
10+
### Features
11+
12+
* add correct user-agent ([#6](https://www.github.com/google-github-actions/deploy-appengine/issues/6)) ([b2d7f5e](https://www.github.com/google-github-actions/deploy-appengine/commit/b2d7f5e25902cbd0209d8f83164ab891330c3845))
13+
* transfer App Engine action ([#1](https://www.github.com/google-github-actions/deploy-appengine/issues/1)) ([0c28e4e](https://www.github.com/google-github-actions/deploy-appengine/commit/0c28e4e9c1737ef8cb0ad01c7de425032b3ef18b))
14+
* update action desc ([#8](https://www.github.com/google-github-actions/deploy-appengine/issues/8)) ([6b7e4ce](https://www.github.com/google-github-actions/deploy-appengine/commit/6b7e4ce5ecf9c067d20a39902523194335168ca8))

package-lock.json

Lines changed: 1 addition & 1 deletion
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.1.0",
3+
"version": "0.2.0",
44
"description": "Github Action: Deploy to Google App Engine",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)