Skip to content

Commit

Permalink
Bump version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Nov 22, 2015
1 parent 7d5da57 commit a841458
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ export default { foo: "bar" };

## Changelog

#### 0.2.0
- Add match-exported flags

#### 0.1.2
- Fix example in README

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": "0.1.2",
"version": "0.2.0",
"description": "Eslint rule for consistent filenames.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a841458

Please sign in to comment.