We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ef58e commit ae36c12Copy full SHA for ae36c12
README.md
@@ -38,5 +38,9 @@ The convention can be configured using a regular expression (the default is `cam
38
39
## Changelog
40
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
+
45
#### 0.1.0
46
- Initial Release
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-filenames",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Eslint rule for consistent filenames.",
5
"main": "index.js",
6
"scripts": {
0 commit comments