Skip to content

Commit 50d3bd2

Browse files
author
Stephen Mathieson
committed
Release 0.1.4
1 parent da93512 commit 50d3bd2

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.3",
4+
"version": "0.1.4",
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.4
127+
128+
- bug fix in filters support (@kevinsawicki)
129+
126130
### 0.1.3
127131

128132
- update grunt task to work with grunt 0.4 (@kevinsawicki)

0 commit comments

Comments
 (0)