Skip to content

Commit 4c26e5d

Browse files
authored
Merge pull request #188 from increments/release-v1.6.0
Release v1.6.0
2 parents aab9334 + b8f8a00 commit 4c26e5d

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
@@ -22,7 +22,7 @@ runs:
2222
with:
2323
node-version: "20.16.0"
2424
- name: Install qiita-cli
25-
run: npm install -g @qiita/qiita-cli@v1.5.0
25+
run: npm install -g @qiita/qiita-cli@v1.6.0
2626
shell: bash
2727
- name: Publish articles
2828
run: qiita publish --all --root ${{ inputs.root }}

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": "1.5.0",
3+
"version": "1.6.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)