diff --git a/CHANGELOG.md b/CHANGELOG.md index 277c541..790c198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.4 + +- Change description and repository in package.json + ## 1.0.3 - Improve generated comment diff --git a/package.json b/package.json index db4eb72..703beaa 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { "name": "eslint-config-biome", - "version": "1.0.3", - "description": "Disables all the ESLint rules that have a recommended and equivalent Biome rule", + "version": "1.0.4", + "description": "Disables ESLint rules that have a recommended and equivalent Biome rule", "main": "index.js", "scripts": { "start": "bun --watch run src/index.ts", "pre-commit": "bun test", "prepare": "husky install" }, + "repository": "SrBrahma/eslint-config-biome", "keywords": [ "biome", "eslint-config",