Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2024-12-01)

### Bug Fixes

* Update dependencies ([#291](#291)) ([7aadfeb](7aadfeb))
  • Loading branch information
semantic-release-bot committed Dec 1, 2024
1 parent 7aadfeb commit c2eca8c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c2eca8c

Please sign in to comment.