diff --git a/CHANGELOG.md b/CHANGELOG.md index 00aa440..d667ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.7.0](https://github.com/anthony-j-castro/eslint-config/compare/v1.6.0...v1.7.0) (2024-10-12) + + +### Bug Fixes + +* Update deprecated no-var-requires rule in .js override ([#241](https://github.com/anthony-j-castro/eslint-config/issues/241)) ([8bf2d06](https://github.com/anthony-j-castro/eslint-config/commit/8bf2d067cc0a8f0544adf879c888bded3610ca3c)) + + +### Features + +* Ignore unused caught errors ([#240](https://github.com/anthony-j-castro/eslint-config/issues/240)) ([b385fe1](https://github.com/anthony-j-castro/eslint-config/commit/b385fe14d3e4e207dc6a9afa114cc0c59fd8cf15)) +* Use perfectionist plugin for sorting rules ([#239](https://github.com/anthony-j-castro/eslint-config/issues/239)) ([eb4aeb0](https://github.com/anthony-j-castro/eslint-config/commit/eb4aeb04d8f55d7f3a4c4acfcbef9f9d17f8bc8d)) + # [1.6.0](https://github.com/anthony-j-castro/eslint-config/compare/v1.5.0...v1.6.0) (2024-04-03) diff --git a/README.md b/README.md index 1258ae0..a0fcb5e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Reusable ESLint config for React & TypeScript projects by @anthony-j-castro. To install the latest version as a dependency of a project: ```bash -npm install --save-dev "https://github.com/anthony-j-castro/eslint-config.git#semver:1.6.0" +npm install --save-dev "https://github.com/anthony-j-castro/eslint-config.git#semver:1.7.0" ``` Then, copy and paste this starter config in a new `eslintrc.js` file: diff --git a/package-lock.json b/package-lock.json index 4ae62cf..ea02b84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@anthony-j-castro/eslint-config", - "version": "1.6.0", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@anthony-j-castro/eslint-config", - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "devDependencies": { "@anthony-j-castro/prettier-config": "github:anthony-j-castro/prettier-config#semver:1.0.0", diff --git a/package.json b/package.json index ba6c543..47096de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anthony-j-castro/eslint-config", - "version": "1.6.0", + "version": "1.7.0", "description": "Reusable ESLint config for React & TypeScript projects by @anthony-j-castro.", "private": true, "main": "index.js",