Skip to content

Commit

Permalink
chore(release): 113.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [113.0.0](v112.0.0...v113.0.0) (2024-12-21)

### ⚠ BREAKING CHANGES

* max-lines at 450
* max-depth with max: 5
* no-constructor-return
* no-constant-binary-expression

### Features

* max-depth with max: 5 ([de0c1e5](de0c1e5))
* max-lines at 450 ([76a649a](76a649a))
* no-constant-binary-expression ([2ee4130](2ee4130))
* no-constructor-return ([fb328d4](fb328d4))
  • Loading branch information
semantic-release-bot committed Dec 21, 2024
1 parent 76a649a commit bf8a859
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [113.0.0](https://github.com/mightyiam/eslint-config-love/compare/v112.0.0...v113.0.0) (2024-12-21)

### ⚠ BREAKING CHANGES

* max-lines at 450
* max-depth with max: 5
* no-constructor-return
* no-constant-binary-expression

### Features

* max-depth with max: 5 ([de0c1e5](https://github.com/mightyiam/eslint-config-love/commit/de0c1e588041dc25ddd0324764cc9f5b6c7eb610))
* max-lines at 450 ([76a649a](https://github.com/mightyiam/eslint-config-love/commit/76a649a6bfb58be04b8017719c4effd971152ab8))
* no-constant-binary-expression ([2ee4130](https://github.com/mightyiam/eslint-config-love/commit/2ee413000aaa25f13fb9479bd00ddb1b21586975))
* no-constructor-return ([fb328d4](https://github.com/mightyiam/eslint-config-love/commit/fb328d44df6441169b50617ca1d1fde40c255ca2))

## [112.0.0](https://github.com/mightyiam/eslint-config-love/compare/v111.0.0...v112.0.0) (2024-12-14)

### ⚠ BREAKING CHANGES
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,7 +1,7 @@
{
"name": "eslint-config-love",
"type": "module",
"version": "112.0.0",
"version": "113.0.0",
"description": "A TypeScript ESLint config that loves you",
"funding": [
{
Expand Down

0 comments on commit bf8a859

Please sign in to comment.