Skip to content

Commit a841458

Browse files
committed
Bump version to 0.2.0.
1 parent 7d5da57 commit a841458

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ export default { foo: "bar" };
102102

103103
## Changelog
104104

105+
#### 0.2.0
106+
- Add match-exported flags
107+
105108
#### 0.1.2
106109
- Fix example in README
107110

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.2",
3+
"version": "0.2.0",
44
"description": "Eslint rule for consistent filenames.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)