Skip to content

Commit d31b8bf

Browse files
author
Stephen Mathieson
committed
Release 0.1.5
1 parent b51cf98 commit d31b8bf

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.1.4",
4+
"version": "0.1.5",
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
@@ -123,6 +123,10 @@ and verify that all unit tests are passing with `grunt vows`.
123123

124124
## Revision History
125125

126+
### 0.1.5
127+
128+
- more windows compability fixes (line-endings) (@zcbenz)
129+
126130
### 0.1.4
127131

128132
- bug fix in filters support (@kevinsawicki)

0 commit comments

Comments
 (0)