diff --git a/changelog.md b/changelog.md index 2bae75b..b004b3c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,17 @@ # Changelog +## v2.3.0 + +[compare changes](https://github.com/azat-io/eslint-config/compare/v2.2.0...v2.3.0) + +### 🚀 Features + +- Add promise/prefer-catch rule ([3464afb](https://github.com/azat-io/eslint-config/commit/3464afb)) + +### ❤️ Contributors + +- Azat S. ([@azat-io](http://github.com/azat-io)) + ## v2.2.0 [compare changes](https://github.com/azat-io/eslint-config/compare/v2.1.2...v2.2.0) diff --git a/package.json b/package.json index 5f3bd85..9229900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@azat-io/eslint-config", - "version": "2.2.0", + "version": "2.3.0", "description": "ESLint shareable config", "keywords": [ "eslint",