Skip to content

Commit

Permalink
chore(release): 48.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [48.0.0](v47.0.0...v48.0.0) (2024-05-18)

### ⚠ BREAKING CHANGES

* exports an ESLint flat config.

### Build system / dependencies

* use semantic-release/commit-analyzer preset ([790b662](790b662))

### Features

* flat config ([a0571e7](a0571e7)), closes [#1299](#1299) [#1210](#1210)

### Testing

* rm redundant parserOptions test ([0e49fea](0e49fea))
  • Loading branch information
semantic-release-bot committed May 18, 2024
1 parent 3d49618 commit a439124
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [48.0.0](https://github.com/mightyiam/eslint-config-love/compare/v47.0.0...v48.0.0) (2024-05-18)


### ⚠ BREAKING CHANGES

* exports an ESLint flat config.

### Build system / dependencies

* use semantic-release/commit-analyzer preset ([790b662](https://github.com/mightyiam/eslint-config-love/commit/790b662e65d52a0ccb8fcda61cc831cea3bb4499))


### Features

* flat config ([a0571e7](https://github.com/mightyiam/eslint-config-love/commit/a0571e762f5b1f1cb40658259c319e5de716415c)), closes [#1299](https://github.com/mightyiam/eslint-config-love/issues/1299) [#1210](https://github.com/mightyiam/eslint-config-love/issues/1210)


### Testing

* rm redundant parserOptions test ([0e49fea](https://github.com/mightyiam/eslint-config-love/commit/0e49fea9abbb444017ee5bac6a89727b694c9ab0))

## [47.0.0](https://github.com/mightyiam/eslint-config-love/compare/v46.0.0...v47.0.0) (2024-04-10)


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

0 comments on commit a439124

Please sign in to comment.