Skip to content

Commit 746bcf1

Browse files
committed
chore(prh): bump version & generate CHANGELOG.md
1 parent de16162 commit 746bcf1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="5.0.0"></a>
2+
# [5.0.0](https://github.com/prh/prh/compare/4.0.0...5.0.0) (2017-08-16)
3+
4+
`--rules` 指定無しの時の設定ファイルを探索するルールが変わりました。
5+
v4.xまではコマンドを実行したディレクトリにある`prh.yml`でしたが、v5からは処理対象ファイルと同じディレクトリまたはそれより上の階層の`prh.yml`を個別に探索し利用します。
6+
`prh.yml`を発見できなかった場合はエラーになります。
7+
8+
連日のBREAKING CHANGEですんません…!今後落ち着くはずです。
9+
10+
### Features
11+
12+
* **prh:** --verify と他のオプションを組み合わせて実行できるように変更 ([3a08ec1](https://github.com/prh/prh/commit/3a08ec1))
13+
* **prh:** .npmignoreにCircle CIやtoolsを追加 ([de16162](https://github.com/prh/prh/commit/de16162))
14+
* **prh:** BREAKING CHANGE --rules 指定なしの場合、処理対象ファイルから直近のprh.ymlを探索して使うように変更 ([9f94875](https://github.com/prh/prh/commit/9f94875))
15+
* **prh:** getRuleFilePath を公開された関数として追加 ([7b72efe](https://github.com/prh/prh/commit/7b72efe))
16+
* **prh:** どのファイルがどの設定を元に動作しているかわからないとつらそうなので --verbose オプションを追加 ([bffcef2](https://github.com/prh/prh/commit/bffcef2))
17+
18+
19+
120
<a name="4.0.0"></a>
221
# [4.0.0](https://github.com/prh/prh/compare/3.1.1...4.0.0) (2017-08-15)
322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prh",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "proofreading helper",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)