Skip to content

Commit

Permalink
chore(release): 110.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [110.0.0](v109.0.0...v110.0.0) (2024-12-07)

### ⚠ BREAKING CHANGES

* guard-for-in
* grouped-accessor-pairs getBeforeSet
* for-direction

### Features

* for-direction ([8f45d39](8f45d39))
* grouped-accessor-pairs getBeforeSet ([8c33592](8c33592))
* guard-for-in ([714c44b](714c44b))
  • Loading branch information
semantic-release-bot committed Dec 7, 2024
1 parent 6591e76 commit b6839bf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [110.0.0](https://github.com/mightyiam/eslint-config-love/compare/v109.0.0...v110.0.0) (2024-12-07)

### ⚠ BREAKING CHANGES

* guard-for-in
* grouped-accessor-pairs getBeforeSet
* for-direction

### Features

* for-direction ([8f45d39](https://github.com/mightyiam/eslint-config-love/commit/8f45d396c1f37bd564d946902f51facd410ba464))
* grouped-accessor-pairs getBeforeSet ([8c33592](https://github.com/mightyiam/eslint-config-love/commit/8c33592dab9d87355a35ec49672146eef1deef83))
* guard-for-in ([714c44b](https://github.com/mightyiam/eslint-config-love/commit/714c44b8d86c7f18377ae9f48e5f4aa869ce1711))

## [109.0.0](https://github.com/mightyiam/eslint-config-love/compare/v108.0.0...v109.0.0) (2024-11-30)

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

0 comments on commit b6839bf

Please sign in to comment.