Skip to content

Commit

Permalink
chore(release): 45.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [45.0.0](v44.0.0...v45.0.0) (2024-04-07)

### ⚠ BREAKING CHANGES

* all rule configs are arrays.
This is a breaking change only if you are importing and processing the
exported value yourself. Otherwise, this shouldn't affect you. Sorry for
the major bump. Just being careful.

### Features

* all rule configs are arrays ([9738761](9738761))

### Refactoring

* no extend from eslint-config-standard ([065ce30](065ce30))

### Testing

* rule todo list for eslint core & all plugins ([8c84a0e](8c84a0e))
  • Loading branch information
semantic-release-bot committed Apr 7, 2024
1 parent 3b192c6 commit f85c29e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [45.0.0](https://github.com/mightyiam/eslint-config-love/compare/v44.0.0...v45.0.0) (2024-04-07)


### ⚠ BREAKING CHANGES

* all rule configs are arrays.
This is a breaking change only if you are importing and processing the
exported value yourself. Otherwise, this shouldn't affect you. Sorry for
the major bump. Just being careful.

### Features

* all rule configs are arrays ([9738761](https://github.com/mightyiam/eslint-config-love/commit/97387613c6a55434c04bc0177e07048c0123c59d))


### Refactoring

* no extend from eslint-config-standard ([065ce30](https://github.com/mightyiam/eslint-config-love/commit/065ce30c322e371c5aaea9558491aac739168161))


### Testing

* rule todo list for eslint core & all plugins ([8c84a0e](https://github.com/mightyiam/eslint-config-love/commit/8c84a0e0899943976ad72ac161175f9fbd91069f))

## [44.0.0](https://github.com/mightyiam/eslint-config-love/compare/v43.1.0...v44.0.0) (2024-04-02)


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": "eslint-config-love",
"version": "44.0.0",
"version": "45.0.0",
"description": "A TypeScript ESLint config that loves you",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit f85c29e

Please sign in to comment.