Skip to content

Commit b2b4ebd

Browse files
authored
Merge pull request #102 from increments/release-v1.4.0
Release v1.4.0
2 parents 5fe00aa + ef8444d commit b2b4ebd

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: "18.16.0"
2020
- name: Install qiita-cli
21-
run: npm install -g @qiita/qiita-cli@v1.3.1
21+
run: npm install -g @qiita/qiita-cli@v1.4.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.3.1",
3+
"version": "1.4.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)