diff --git a/CHANGELOG.md b/CHANGELOG.md index c4d82cc..92f5ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index ac39473..d92c527 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",