Skip to content

Commit 2d6e4ab

Browse files
authored
Merge pull request #34 from increments/release-v0.5.0
Release v0.5.0
2 parents 6126a03 + bbc7b08 commit 2d6e4ab

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