Skip to content

Commit 8680d97

Browse files
committed
1.5.0
1 parent 7506736 commit 8680d97

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Options:
104104
-V, --version output the version number
105105
-u, --user-id <id> Qiita user id you want to download(default: the user who get QIITA_ACCESS_TOKEN).
106106
-o, --output <path> Write output to <path> instead of current directory.
107+
--no-debug disable print api limit per request
107108
-h, --help output usage information
108109
```
109110

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if (token == null) {
6969
console.error("Fail to find QIITA_ACCESS_TOKEN env");
7070
} else {
7171
program
72-
.version("1.4.1")
72+
.version("1.5.0")
7373
.name("qiita_export_all")
7474
.option("-u, --user-id <id>", "Qiita user id you want to download(default: the user who get QIITA_ACCESS_TOKEN).")
7575
.option("-o, --output <path>", "Write output to <path> instead of current directory.")

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": "qiita_export_all",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "export all of your article at qiita",
55
"engines": {
66
"node": ">=10.0.0"

0 commit comments

Comments
 (0)