Releases: increments/qiita-cli
Releases · increments/qiita-cli
v1.6.1
What's Changed
- Fix custom commit message by @ohakutsu in #189
- GitHub で記事を管理する際に、自動でコミットができない問題を修正しました
- Release v1.6.1 by @ohakutsu in #190
Dependency updates
- Bump express from 4.19.2 to 4.21.0 by @dependabot in #184
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Add sentences for requesting star and posting articles by @kaitokimuraofficial in #174
- Update README.md qiita search link by @getty104 in #180
- Update readme before use by @DeguchiHiroki in #181
- Fix husky setting by @ohakutsu in #175
- Update workflow to enable to customize commit message by @C-Naoki in #187
- GitHub で記事を管理する際に、自動でコミットされるコミットのメッセージを設定できるようになりました。
- initコマンドで生成されたGitHub Actionsのワークフローファイルを以下のように変更することで、任意のコミットメッセージを設定できます。
- uses: increments/qiita-cli/actions/publish@v1
with:
qiita-token: ${{ secrets.QIITA_TOKEN }}
root: "."
+ commit-message: "任意のコミットメッセージを設定"
Dependency updates
- Bump eslint-plugin-react from 7.34.3 to 7.35.0 by @dependabot in #177
- Bump webpack from 5.91.0 to 5.95.0 by @dependabot in #186
New Contributors
- @kaitokimuraofficial made their first contribution in #174
- @DeguchiHiroki made their first contribution in #181
- @C-Naoki made their first contribution in #187
- @P-SiZK made their first contribution in #188
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Drop support for Node.js <18.18.0 by @kimkim0814 in #172
- Qiita CLIを利用するには、Node.js v18.18.0以上が必要になりました
- Release v1.5.0 by @ohakutsu in #176
Full Changelog: v1.4.4...v1.5.0
v1.4.4
依存パッケージの更新のみで変更はありません。
Dependency updates
- Bump prettier from 3.3.1 to 3.3.3 by @dependabot in #164
- Bump typescript from 5.4.3 to 5.5.3 by @dependabot in #168
- Bump react-router-dom from 6.23.1 to 6.25.1 by @dependabot in #167
- Bump @emotion/react from 11.11.4 to 11.13.0 by @dependabot in #169
Misc
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Fix issue that appearance of preview differs between Qiita and Qiita CLI by @ohakutsu in #162
- QiitaとQiita CLIでのプレビューの見た目が異なる場合がある問題を修正しました
- Release v1.4.3 by @ohakutsu in #166
Dependency updates
- Bump ws from 8.17.0 to 8.17.1 by @dependabot in #157
- Bump eslint-plugin-react from 7.34.1 to 7.34.3 by @dependabot in #158
- Bump ts-jest from 29.1.2 to 29.1.5 by @dependabot in #156
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #154
- Bump @types/node from 20.12.8 to 20.14.10 by @dependabot in #161
- Bump lint-staged from 15.2.2 to 15.2.7 by @dependabot in #155
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Fix error message for forbidden error by @wataru86 in #149
publish
コマンドのエラーメッセージを修正しました。
- Release v1.4.2 by @wataru86 in #153
Dependency updates
- Bump @types/react-dom from 18.2.19 to 18.2.25 by @dependabot in #133
- Bump @types/node from 18.16.18 to 20.12.8 by @dependabot in #141
- Bump react-router-dom from 6.15.0 to 6.23.1 by @dependabot in #144
- Bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 by @dependabot in #142
- Bump ws from 8.16.0 to 8.17.0 by @dependabot in #143
- Bump debug from 4.3.4 to 4.3.5 by @dependabot in #147
- Bump prettier from 3.2.5 to 3.3.1 by @dependabot in #148
New Contributors
Full Changelog: v1.4.1...v1.4.2
v1.4.1
依存パッケージの更新のみで変更はありません。
Dependency updates
- Bump @typescript-eslint/parser from 6.3.0 to 6.19.1 by @dependabot in #103
- Bump lint-staged from 13.2.3 to 15.2.0 by @dependabot in #91
- Bump typescript from 4.9.5 to 5.3.3 by @dependabot in #99
- Bump @types/react from 18.2.24 to 18.2.53 by @dependabot in #104
- Bump open from 9.1.0 to 10.0.3 by @dependabot in #98
- Bump husky from 8.0.3 to 9.0.10 by @dependabot in #105
- Bump ts-jest from 29.1.1 to 29.1.2 by @dependabot in #106
- Bump @types/react-dom from 18.2.18 to 18.2.19 by @dependabot in #109
- Bump ws from 8.15.1 to 8.16.0 by @dependabot in #112
- Bump lint-staged from 15.2.0 to 15.2.2 by @dependabot in #107
- Bump classnames from 2.3.2 to 2.5.1 by @dependabot in #110
- Bump jest and @types/jest by @dependabot in #113
- Bump @types/react from 18.2.53 to 18.2.65 by @dependabot in #117
- Bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.21.0 by @dependabot in #108
- Bump eslint-plugin-react from 7.33.2 to 7.34.1 by @dependabot in #118
- Bump eslint from 8.44.0 to 8.57.0 by @dependabot in #115
- Bump open from 10.0.3 to 10.1.0 by @dependabot in #120
- Bump express from 4.18.2 to 4.19.1 by @dependabot in #121
- Bump typescript from 5.3.3 to 5.4.3 by @dependabot in #124
- Bump express from 4.19.1 to 4.19.2 by @dependabot in #126
- Bump @types/react from 18.2.65 to 18.2.69 by @dependabot in #123
- Bump @types/react from 18.2.69 to 18.2.73 by @dependabot in #128
- Bump prettier from 3.0.3 to 3.2.5 by @dependabot in #122
- Bump webpack from 5.89.0 to 5.91.0 by @dependabot in #125
- Bump @emotion/react from 11.11.3 to 11.11.4 by @dependabot in #127
- Bump husky from 9.0.10 to 9.0.11 by @dependabot in #131
- Bump dotenv from 16.3.1 to 16.4.5 by @dependabot in #135
Misc
v1.4.0
What's Changed
- Update from node18.0.0 to 18.12.0 by @acronhub in #97
- Node.jsの最低バージョンを
18.12.0
以上に変更しました
- Node.jsの最低バージョンを
- Release v1.4.0 by @acronhub in #102
Dependency updates
- Bump @types/react-dom from 18.2.8 to 18.2.18 by @dependabot in #86
- Bump html-webpack-plugin from 5.5.3 to 5.6.0 by @dependabot in #90
- Bump @emotion/react from 11.10.6 to 11.11.3 by @dependabot in #92
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- Fix command line argument typo by @ohakutsu in #74
- README内のコマンド引数のタイプミスを修正しました
- Add readme with faq by @acronhub in #87
- READMEによくある質問についてを追加しました
- Release v1.3.1 by @acronhub in #89
Dependency updates
- Bump prettier from 2.8.4 to 3.0.3 by @dependabot in #62
- Bump ws and @types/ws by @dependabot in #68
- Bump react-router-dom from 6.14.1 to 6.15.0 by @dependabot in #61
- Bump @babel/traverse from 7.21.2 to 7.23.3 by @dependabot in #79
- Bump actions/setup-node from 3 to 4 by @dependabot in #77
- Bump actions/setup-node from 3 to 4 in /actions/publish by @dependabot in #76
- Bump ts-loader from 9.4.4 to 9.5.1 by @dependabot in #81
- Bump eslint-plugin-react from 7.32.2 to 7.33.2 by @dependabot in #80
- Bump @types/express from 4.17.17 to 4.17.21 by @dependabot in #82
- Bump webpack and @types/webpack by @dependabot in #88
- Bump @types/debug from 4.1.8 to 4.1.12 by @dependabot in #85
- Bump ws and @types/ws by @dependabot in #84
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Fix publish command by @kimkim0814 in #66
publish
コマンドを実行したときに、意図しない記事ファイルが生成されてしまうことがあるバグを修正しました
- Add a parameter whose name is
ignorePublish
to article markdown by @ikepu-tp in #65- 記事ファイルに
ignorePublish
を指定することでpublish --all
コマンドで投稿しないように設定できるようになりました - 詳細はREADMEをご確認ください
- 記事ファイルに
- Bump actions/checkout from 3 to 4 by @dependabot in #60
- Release v1.3.0 by @ohakutsu in #67
New Contributors
- @kimkim0814 made their first contribution in #66
Full Changelog: v1.2.0...v1.3.0