File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ unreleased]
7
7
8
- ### Misc
8
+ ### New rules
9
+ * [[ ` 152ab67a91 ` ] ( https://github.com/iojs/io.js/commit/152ab67a91 )] - New rule: requireDescriptionCompleteSentence (dtracers)
9
10
11
+ ### Docs
12
+ * [[ ` 9e56f72b88 ` ] ( https://github.com/iojs/io.js/commit/9e56f72b88 )] - ** Docs** : Add requireDescriptionCompleteSentence to readme. (dtracers)
13
+ * [[ ` a34608a22b ` ] ( https://github.com/iojs/io.js/commit/a34608a22b )] - ** Docs** : update changelog, fix broken link (Alexej Yaroshevich)
14
+
15
+ ### Misc
10
16
* [[ ` cf2aff91c2 ` ] ( https://github.com/iojs/io.js/commit/cf2aff91c2 )] - ** Misc** : bump jsdoctypeparser to use new PEG parser (Alexej Yaroshevich)
11
17
12
18
Original file line number Diff line number Diff line change 38
38
"scripts" : {
39
39
"lint" : " jshint lib test && jscs lib test" ,
40
40
"test" : " npm run lint && mocha" ,
41
- "browserify" : " browserify --standalone JsdocJscsPlugin lib/index.js -o jscs-jsdoc-browser.js"
41
+ "browserify" : " browserify --standalone JsdocJscsPlugin lib/index.js -o jscs-jsdoc-browser.js" ,
42
+ "changelog" : " changelog-maker jscs-dev jscs-jsdoc --group"
42
43
},
43
44
"files" : [
44
45
" lib" ,
You can’t perform that action at this time.
0 commit comments