Skip to content

Commit f81d7a6

Browse files
committed
1.4.1
1 parent 5fa1d9d commit f81d7a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if (token == null) {
6666
console.error("Fail to find QIITA_ACCESS_TOKEN env");
6767
} else {
6868
program
69-
.version("1.4.0")
69+
.version("1.4.1")
7070
.name("qiita_export_all")
7171
.option("-u, --user-id <id>", "Qiita user id you want to download(default: the user who get QIITA_ACCESS_TOKEN).")
7272
.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.0",
3+
"version": "1.4.1",
44
"description": "export all of your article at qiita",
55
"engines": {
66
"node": ">=10.0.0"

0 commit comments

Comments
 (0)