diff --git a/CHANGELOG.md b/CHANGELOG.md index f760756..a482f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # ksv741 Eslint Config +### [0.0.4](https://github.com/ksv741/eslint-config-ksv741/compare/v0.0.3...v0.0.4) (2024-07-05) + + +### 🛠️ Bug Fixes + +* remove ts from dev deps ([0dbe1f9](https://github.com/ksv741/eslint-config-ksv741/commit/0dbe1f995ee0856da7f1589e89dc3b5260954aa2)) + ### 0.0.3 (2024-07-05) diff --git a/package.json b/package.json index b04d43a..8d51cfc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "type": "git", "url": "https://github.com/ksv741/eslint-config-ksv741" }, - "version": "0.0.3", + "version": "0.0.4", "devDependencies": { "@commitlint/cli": "19.2.1", "@commitlint/config-conventional": "19.1.0",