diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d6a3784 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + + +## v2.0.0 + +[compare changes](https://github.com/Solant/eslint-stylistic-airbnb/compare/v1.0.2...v2.0.0) + +### 🩹 Fixes + +- ⚠️ Add eslint 8.57 compatibility and instructions ([139b580](https://github.com/Solant/eslint-stylistic-airbnb/commit/139b580)) + +#### ⚠️ Breaking Changes + +- ⚠️ Add eslint 8.57 compatibility and instructions ([139b580](https://github.com/Solant/eslint-stylistic-airbnb/commit/139b580)) + +### ❤️ Contributors + +- Solant + diff --git a/package.json b/package.json index 580d7cb..f761425 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-stylistic-airbnb", - "version": "1.0.2", + "version": "2.0.0", "description": "Airbnb config for eslint using stylistic plugin", "main": "index.js", "repository": {