Skip to content

Commit fcb1d8d

Browse files
committed
chore: release v0.0.5
1 parent c7d0b5a commit fcb1d8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org: orgDemo # (optional) serverless dashboard org. default is the first org you created during signup.
22
app: appDemo # (optional) serverless dashboard app. default is the same as the name property.
33
stage: dev # (optional) serverless dashboard stage. default is dev.
4-
component: koa@dev # (required) name of the component. In that case, it's koa.
4+
component: koa # (required) name of the component. In that case, it's koa.
55
name: koaDemo # (required) name of your koa component instance.
66

77
inputs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serverless/koa",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"main": "src/serverless.js",
55
"publishConfig": {
66
"access": "public"

serverless.component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: koa
2-
version: 0.0.4
2+
version: 0.0.5
33
author: Tencent Cloud, Inc.
44
org: Tencent Cloud, Inc.
55
description: Deploys a serverless Koa.js application onto Tencent SCF and Tencent APIGateway.

0 commit comments

Comments
 (0)