diff --git a/README.md b/README.md index 7d837d1..6ae4e98 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/package.json b/package.json index 7414ee9..aff9b94 100644 --- a/package.json +++ b/package.json @@ -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": {