Skip to content

Commit cab89d4

Browse files
committed
Release 0.2.0
1 parent bc1288c commit cab89d4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.5",
4+
"version": "0.2.0",
55
"homepage": "https://github.com/stephenmathieson/node-cpplint",
66
"author": {
77
"name": "Stephen Mathieson",

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,11 @@ and verify that all unit tests are passing with `grunt vows`.
139139

140140
## Revision History
141141

142+
### 0.2.0
143+
144+
- update cpplint
145+
- added extensions option for overriding what file extensions to lint
146+
142147
### 0.1.5
143148

144149
- more windows compability fixes (line-endings) (@zcbenz)

0 commit comments

Comments
 (0)