Skip to content

Commit

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

### ⚠ BREAKING CHANGES

* no longer provides env nor globals.

### Features

* do not specify env nor globals ([53802ac](53802ac))
  • Loading branch information
semantic-release-bot committed Apr 10, 2024
1 parent fde35e7 commit a4a1388
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [47.0.0](https://github.com/mightyiam/eslint-config-love/compare/v46.0.0...v47.0.0) (2024-04-10)


### ⚠ BREAKING CHANGES

* no longer provides env nor globals.

### Features

* do not specify env nor globals ([53802ac](https://github.com/mightyiam/eslint-config-love/commit/53802acf8d1f4cd1618e46a6a8145167654992ce))

## [46.0.0](https://github.com/mightyiam/eslint-config-love/compare/v45.0.0...v46.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": "46.0.0",
"version": "47.0.0",
"description": "A TypeScript ESLint config that loves you",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit a4a1388

Please sign in to comment.