Skip to content

Commit 0616230

Browse files
authored
Merge pull request #12 from increments/release-v0.2.0
Release v0.2.0
2 parents 8350590 + 1194109 commit 0616230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
with:
1515
node-version: "18.16.0"
1616
- name: Install qiita-cli
17-
run: npm install -g @qiita/qiita-cli@v0.1.0
17+
run: npm install -g @qiita/qiita-cli@v0.2.0
1818
shell: bash
1919
- name: Publish articles
2020
run: qiita publish --all

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qiita/qiita-cli",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Qiita CLI is a tool that allows you to write, preview and publish articles on Qiita from local environment.",
55
"keywords": [
66
"Qiita"

0 commit comments

Comments
 (0)