Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBrahma committed Jan 6, 2024
1 parent 48bea73 commit 5e1e406
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.1

- Missing eslint-config-prettier.js file in bundle

## 1.4.0

- `eslint-config-prettier` is now added automatically. You can remove it from your dependencies and your eslint config.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-biome",
"version": "1.4.0",
"version": "1.4.1",
"description": "Disables ESLint rules that have a recommended and equivalent Biome rule",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"style"
],
"license": "MIT",
"files": ["index.js"],
"files": ["index.js", "eslint-config-prettier.js"],
"devDependencies": {
"@biomejs/biome": "1.4.1",
"@sindresorhus/tsconfig": "^5.0.0",
Expand Down

0 comments on commit 5e1e406

Please sign in to comment.