Skip to content

Commit 9cb2300

Browse files
authored
Merge pull request #176 from increments/release-v1.5.0
Release v1.5.0
2 parents c783e6f + 0f6f49a commit 9cb2300

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/publish/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
with:
1919
node-version: "20.16.0"
2020
- name: Install qiita-cli
21-
run: npm install -g @qiita/qiita-cli@v1.4.4
21+
run: npm install -g @qiita/qiita-cli@v1.5.0
2222
shell: bash
2323
- name: Publish articles
2424
run: qiita publish --all --root ${{ inputs.root }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qiita/qiita-cli",
3-
"version": "1.4.4",
3+
"version": "1.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)