Skip to content

Commit 2b8e31d

Browse files
committed
Bump to 0.4.0
1 parent 8628af8 commit 2b8e31d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-cpplint",
33
"description": "Validates C++ files with cpplint",
4-
"version": "0.3.1",
4+
"version": "0.4.0",
55
"homepage": "https://github.com/stephenmathieson/node-cpplint",
66
"author": {
77
"name": "Stephen Mathieson",

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ and verify that all unit tests are passing with `grunt vows`.
138138

139139
## Revision History
140140

141+
### 0.4.0
142+
143+
- add support for the `linelength` option
144+
141145
### 0.3.0
142146

143147
- update cpplint

0 commit comments

Comments
 (0)