Skip to content

Commit 392ac3d

Browse files
authored
Merge pull request #44 from increments/release-v0.7.0
Release v0.7.0
2 parents c8c16fd + b6e85ce commit 392ac3d

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.6.0
17+
run: npm install -g @qiita/qiita-cli@v0.7.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.6.0",
3+
"version": "0.7.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)