diff --git a/CHANGELOG.md b/CHANGELOG.md index 3392ff1..5804328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,17 @@ +## 0.3.1 (June 24, 2019) + +- Bump eslint-plugin-jest to `22.7.0` + ## 0.3.0 (June 14, 2019) -* Add import plugin -* Ignore some rules in tests +- Add import plugin +- Ignore some rules in tests ## 0.2.0 (May 7, 2019) -* Add React Hooks plugin -* Remove Lodash plugin -* Remove no-loops plugin +- Add React Hooks plugin +- Remove Lodash plugin +- Remove no-loops plugin ## 0.1.0 (April 11, 2019) diff --git a/package.json b/package.json index 43ca653..1e035a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-neo", - "version": "0.3.0", + "version": "0.3.1", "description": "Official Neo Financial ESLint configuration", "main": "index.js", "author": "Neo Financial Engineering ", @@ -22,7 +22,7 @@ "@typescript-eslint/parser": "^1.6.0", "eslint-config-prettier": "^4.1.0", "eslint-plugin-import": "^2.17.3", - "eslint-plugin-jest": "^22.4.1", + "eslint-plugin-jest": "^22.7.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-react": "^7.12.4", diff --git a/yarn.lock b/yarn.lock index 8d5d3ef..f58cbd3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -333,10 +333,10 @@ eslint-plugin-import@^2.17.3: read-pkg-up "^2.0.0" resolve "^1.11.0" -eslint-plugin-jest@^22.4.1: - version "22.4.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.4.1.tgz#a5fd6f7a2a41388d16f527073b778013c5189a9c" - integrity sha512-gcLfn6P2PrFAVx3AobaOzlIEevpAEf9chTpFZz7bYfc7pz8XRv7vuKTIE4hxPKZSha6XWKKplDQ0x9Pq8xX2mg== +eslint-plugin-jest@^22.7.0: + version "22.7.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.7.0.tgz#a1d325bccb024b04f5354c56fe790baba54a454c" + integrity sha512-0U9nBd9V6+GKpM/KvRDcmMuPsewSsdM7NxCozgJkVAh8IrwHmQ0aw44/eYuVkhT8Fcdhsz0zYiyPtKg147eXMQ== eslint-plugin-node@^8.0.1: version "8.0.1"