Skip to content

Commit 1220a28

Browse files
Release: v1.1.0 (#292)
## What's Changed * docs: update readme examples to use v1 by @ruxandrafed in #282 * Remove unused stub by @sethvargo in #283 * chore(deps): bump sinon from 14.0.2 to 15.0.0 by @dependabot in #284 * chore(deps): bump qs and express in /example-app by @dependabot in #285 * Update deps and CI by @sethvargo in #286 * Ignore the default service in cleanup by @sethvargo in #287 * Only set metrics in the current step by @sethvargo in #289 * Always read back the deployment to get metadata by @sethvargo in #290 * Add support for custom gcloud components and versions by @sethvargo in #291 ## New Contributors * @ruxandrafed made their first contribution in #282 **Full Changelog**: v1.0.0...bdce19e
1 parent bdce19e commit 1220a28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/index.js

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-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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Github Action: Deploy to Google App Engine",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)