diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a502ab..d80a084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.6.4 (February 22, 2023) + +- Enforce curlies on `if...else` statements with the `curly` rule + ## 0.6.3 (January 25, 2022) - Disable `@typescript-eslint/interface-name-prefix` rule diff --git a/package-lock.json b/package-lock.json index 65bd39f..a392c9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-neo", - "version": "0.6.2", + "version": "0.6.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-neo", - "version": "0.6.2", + "version": "0.6.4", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^4.8.1", diff --git a/package.json b/package.json index af0a614..685f600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-neo", - "version": "0.6.3", + "version": "0.6.4", "description": "Official Neo Financial ESLint configuration", "main": "index.js", "author": "Neo Financial Engineering ",