diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f2f3e..617dcc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.1](https://github.com/anthony-j-castro/eslint-config/compare/v2.1.0...v2.1.1) (2024-12-01) + + +### Bug Fixes + +* Update dependencies ([#291](https://github.com/anthony-j-castro/eslint-config/issues/291)) ([7aadfeb](https://github.com/anthony-j-castro/eslint-config/commit/7aadfeb3970111adf5109f55578eda45a046c8fd)) + # [2.1.0](https://github.com/anthony-j-castro/eslint-config/compare/v2.0.0...v2.1.0) (2024-10-22) diff --git a/README.md b/README.md index 5c68e64..fff3605 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:2.1.0" +npm install --save-dev "https://github.com/anthony-j-castro/eslint-config.git#semver:2.1.1" ``` Then, copy and paste this starter config in a new `eslint.config.js` file: diff --git a/package-lock.json b/package-lock.json index b8152bc..b4201b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@anthony-j-castro/eslint-config", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@anthony-j-castro/eslint-config", - "version": "2.1.0", + "version": "2.1.1", "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 c92f250..093ea96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anthony-j-castro/eslint-config", - "version": "2.1.0", + "version": "2.1.1", "description": "Reusable ESLint config for React & TypeScript projects by @anthony-j-castro.", "private": true, "main": "index.js",