Skip to content

Commit 0f724d0

Browse files
committed
## 1.2.1 - August 2020
* Fixes #4 peerDependencies. * Updates README file.
1 parent bca64e4 commit 0f724d0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ESLint Plugin Regex Change Log
22

3+
## 1.2.1 - August 2020
4+
5+
* Fixes #4 peerDependencies.
6+
* Updates README file.
7+
38
## 1.2.0 - August 2020
49

510
* Adds the specific line to the report for multiline regex (Big debt, Found some time, Done, Yes!).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ __________________
2222
```json
2323
..
2424
"devDependencies": {
25-
"eslint": "^4.0.0",
26-
"eslint-plugin-regex": "1.2.0",
25+
"eslint": ">=4.0.0",
26+
"eslint-plugin-regex": "1.2.1",
2727
..
2828
```
2929

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-regex",
33
"description": "ESLint rules using Regular Expression",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"license": "MIT",
66
"author": "Gonzalo Müller Bravo",
77
"main": "lib/index.js",
@@ -76,7 +76,7 @@
7676
"check.all": "npm run check && npm audit"
7777
},
7878
"peerDependencies": {
79-
"eslint": "^4.0.0"
79+
"eslint": ">=4.0.0"
8080
},
8181
"devDependencies": {
8282
"eslint": "^7.7.0",

0 commit comments

Comments
 (0)