Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Apr 14, 2017
1 parent 913873e commit fa47438
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ opening files by name. When enabling this rule. `index.js` files will always be
## Changelog
#### 1.1.0
- Introduce `strip` option for `match-exported`
- Introduce support for multiple transform options
- Introduce `pascal` transform
#### 1.1.0
- Introduce `transform` option for `match-exported`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-filenames",
"version": "1.1.0",
"version": "1.2.0",
"description": "Eslint rule for consistent filenames.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fa47438

Please sign in to comment.