Skip to content

Commit ae36c12

Browse files
committed
Bump version to 0.1.1
1 parent 80ef58e commit ae36c12

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,9 @@ The convention can be configured using a regular expression (the default is `cam
3838

3939
## Changelog
4040

41+
#### 0.1.1
42+
- Fix: Text via stdin always passes
43+
- Tests: Travis builds also run on node 0.12 and iojs now
44+
4145
#### 0.1.0
4246
- Initial Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-filenames",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Eslint rule for consistent filenames.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)