Skip to content

Commit

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

### ⚠ BREAKING CHANGES

* (trying to) specify all options for rules that are used.
Most likely will not affect you.

### Features

* try to specify all options for used rules ([dc6ad6a](dc6ad6a)), closes [#1003](#1003)

### Testing

* exported value deep equality ([c869c59](c869c59))
  • Loading branch information
semantic-release-bot committed Apr 7, 2024
1 parent 73e56f5 commit eb35151
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [46.0.0](https://github.com/mightyiam/eslint-config-love/compare/v45.0.0...v46.0.0) (2024-04-07)


### ⚠ BREAKING CHANGES

* (trying to) specify all options for rules that are used.
Most likely will not affect you.

### Features

* try to specify all options for used rules ([dc6ad6a](https://github.com/mightyiam/eslint-config-love/commit/dc6ad6a209db0a9bf9a5c9f78986f6c194e289f0)), closes [#1003](https://github.com/mightyiam/eslint-config-love/issues/1003)


### Testing

* exported value deep equality ([c869c59](https://github.com/mightyiam/eslint-config-love/commit/c869c59d654af40869b26a50fd8e3205a3c5a13d))

## [45.0.0](https://github.com/mightyiam/eslint-config-love/compare/v44.0.0...v45.0.0) (2024-04-07)


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

0 comments on commit eb35151

Please sign in to comment.