Skip to content

Commit

Permalink
chore(release): 116.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [116.0.0](v115.0.0...v116.0.0) (2025-01-11)

### ⚠ BREAKING CHANGES

* no-empty-static-block
* no-dupe-else-if
* no-console

### Features

* complexity 10 ([dceb72d](dceb72d))
* no-console ([b34a7df](b34a7df))
* no-dupe-else-if ([817f58b](817f58b))
* no-empty-static-block ([2cc343e](2cc343e))
  • Loading branch information
semantic-release-bot committed Jan 11, 2025
1 parent dceb72d commit 0118e33
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [116.0.0](https://github.com/mightyiam/eslint-config-love/compare/v115.0.0...v116.0.0) (2025-01-11)

### ⚠ BREAKING CHANGES

* no-empty-static-block
* no-dupe-else-if
* no-console

### Features

* complexity 10 ([dceb72d](https://github.com/mightyiam/eslint-config-love/commit/dceb72d6274a34b31115f161de2d80d7efce3133))
* no-console ([b34a7df](https://github.com/mightyiam/eslint-config-love/commit/b34a7df1ab756b876be20495bb1482a60921f516))
* no-dupe-else-if ([817f58b](https://github.com/mightyiam/eslint-config-love/commit/817f58b80df296f21b1a08498135d74182b26edd))
* no-empty-static-block ([2cc343e](https://github.com/mightyiam/eslint-config-love/commit/2cc343e320eba9280883e55fb9228ddf74d869b1))

## [115.0.0](https://github.com/mightyiam/eslint-config-love/compare/v114.0.0...v115.0.0) (2025-01-11)

### ⚠ 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": "115.0.0",
"version": "116.0.0",
"description": "A TypeScript ESLint config that loves you",
"funding": [
{
Expand Down

0 comments on commit 0118e33

Please sign in to comment.