Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit 76a4199

Browse files
polunzhpolunzh
andauthored
modify descriptions after chain started (#375)
* modify descriptions after chain started * bump version Co-authored-by: polunzh <[email protected]>
1 parent 042c930 commit 76a4199

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.2 (March 21, 2020)
2+
3+
- modify descriptions after chain started
4+
15
## 1.0.1 (March 20, 2020)
26

37
- retire dapp workshop

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arcblock/forge-cli",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "a general set of CLI for arcblock Forge framework",
55
"license": "Apache-2.0",
66
"main": "src/index.js",

src/cli/node/start/forge-web.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ const start = async chainName => {
8383
return;
8484
}
8585

86-
spinner.succeed('Forge Web successfully started');
87-
printInfo(`Forge Web running at: ${webUrl()}`);
88-
printInfo(`GraphQL endpoint at: ${webUrl()}/api`);
86+
spinner.succeed(`Forge Web GraphQL server successfully started at ${webUrl()}/api`);
8987
};
9088

9189
module.exports = {

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

0 commit comments

Comments
 (0)