Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Jun 8, 2018
1 parent 0833a43 commit 70efd65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ opening files by name. When enabling this rule. `index.js` files will always be
## Changelog
#### 1.3.0
- Support call expressions as named exports
#### 1.2.0
- Introduce `strip` option for `match-exported`
- Introduce support for multiple transform options
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.2.0",
"version": "1.3.0",
"description": "Eslint rule for consistent filenames.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 70efd65

Please sign in to comment.