From 6498d4ff14089d2068107ec61614a66a05ad021b Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Sat, 29 Apr 2023 00:45:24 +0800 Subject: [PATCH] v2.3.0 --- README.md | 18 +++++++++--------- package.json | 3 ++- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b256c28..b1a59d9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ $ npm install -g @hackmd/hackmd-cli $ hackmd-cli COMMAND running command... $ hackmd-cli (--version|-v) -@hackmd/hackmd-cli/2.2.0 darwin-arm64 node-v18.14.2 +@hackmd/hackmd-cli/2.3.0 darwin-arm64 node-v18.14.2 $ hackmd-cli --help [COMMAND] USAGE $ hackmd-cli COMMAND @@ -134,7 +134,7 @@ EXAMPLES # A note to be exported ``` -_See code: [src/commands/export.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/export.ts)_ +_See code: [src/commands/export.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/export.ts)_ ## `hackmd-cli help [COMMANDS]` @@ -188,7 +188,7 @@ EXAMPLES BnC6gN0_TfStV2KKmPPXeg Welcome to your team's workspace null CLI-test ``` -_See code: [src/commands/history.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/history.ts)_ +_See code: [src/commands/history.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/history.ts)_ ## `hackmd-cli login` @@ -210,7 +210,7 @@ EXAMPLES Login successfully ``` -_See code: [src/commands/login.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/login.ts)_ +_See code: [src/commands/login.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/login.ts)_ ## `hackmd-cli logout` @@ -231,7 +231,7 @@ EXAMPLES You've logged out successfully ``` -_See code: [src/commands/logout.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/logout.ts)_ +_See code: [src/commands/logout.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/logout.ts)_ ## `hackmd-cli notes` @@ -265,7 +265,7 @@ EXAMPLES raUuSTetT5uQbqQfLnz9lA CLI test note gvfz2UB5THiKABQJQnLs6Q null ``` -_See code: [src/commands/notes/index.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/notes/index.ts)_ +_See code: [src/commands/notes/index.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/notes/index.ts)_ ## `hackmd-cli notes create` @@ -382,7 +382,7 @@ EXAMPLES BnC6gN0_TfStV2KKmPPXeg Welcome to your team's workspace null CLI-test ``` -_See code: [src/commands/team-notes/index.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/team-notes/index.ts)_ +_See code: [src/commands/team-notes/index.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/team-notes/index.ts)_ ## `hackmd-cli team-notes create` @@ -499,7 +499,7 @@ EXAMPLES f76308a6-d77a-41f6-86d0-8ada426a6fb4 CLI test team CLI-test 82f7f3d9-4079-4c78-8a00-14094272ece9 ``` -_See code: [src/commands/teams.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/teams.ts)_ +_See code: [src/commands/teams.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/teams.ts)_ ## `hackmd-cli version` @@ -552,7 +552,7 @@ EXAMPLES 82f7f3d9-4079-4c78-8a00-14094272ece9 Ming-Hsiu Tsai null gvfz2UB5THiKABQJQnLs6Q ``` -_See code: [src/commands/whoami.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.2.0/src/commands/whoami.ts)_ +_See code: [src/commands/whoami.ts](https://github.com/hackmdio/hackmd-cli/blob/v2.3.0/src/commands/whoami.ts)_ ## License diff --git a/package.json b/package.json index 808c173..03df898 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hackmd/hackmd-cli", - "version": "2.2.0", + "version": "2.3.0", "author": "HackMD Team", "bin": { "hackmd-cli": "./bin/run" @@ -40,6 +40,7 @@ }, "files": [ "/bin", + "/lib", "/dist", "/npm-shrinkwrap.json", "/oclif.manifest.json"