Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2024-10-12)

### Bug Fixes

* Update deprecated no-var-requires rule in .js override ([#241](#241)) ([8bf2d06](8bf2d06))

### Features

* Ignore unused caught errors ([#240](#240)) ([b385fe1](b385fe1))
* Use perfectionist plugin for sorting rules ([#239](#239)) ([eb4aeb0](eb4aeb0))
  • Loading branch information
semantic-release-bot committed Oct 12, 2024
1 parent 8bf2d06 commit 0464afc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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: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:
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": "1.6.0",
"version": "1.7.0",
"description": "Reusable ESLint config for React & TypeScript projects by @anthony-j-castro.",
"private": true,
"main": "index.js",
Expand Down

0 comments on commit 0464afc

Please sign in to comment.