diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0ca19..ef9fa33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/ackama/eslint-config-ackama/compare/v3.0.1...v3.1.0) (2022-10-18) + + +### Features + +* update `eslint-plugin-jest` to v27 ([#252](https://github.com/ackama/eslint-config-ackama/issues/252)) ([944cbfb](https://github.com/ackama/eslint-config-ackama/commit/944cbfb62421770c41b4023c33464aec0952e1e4)) + ## [3.0.1](https://github.com/ackama/eslint-config-ackama/compare/v3.0.0...v3.0.1) (2022-03-25) diff --git a/package-lock.json b/package-lock.json index 37a55b4..87f48c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-ackama", - "version": "3.0.1", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-ackama", - "version": "3.0.1", + "version": "3.1.0", "license": "ISC", "dependencies": { "eslint-config-prettier": "^8.0.0" diff --git a/package.json b/package.json index 9365b93..7b0de79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ackama", - "version": "3.0.1", + "version": "3.1.0", "description": "Standard ESLint configurations for Ackama projects.", "homepage": "https://github.com/ackama/eslint-config-ackama#readme", "repository": {