diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 831d1b4..9d75192 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.8](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.9.7...@rambler-tech/eslint-config@0.9.8) (2024-02-12) + +### Bug Fixes + +- **eslint-config:** don't check abbreviations ([7c431b3](https://github.com/rambler-digital-solutions/rambler-configs/commit/7c431b31238330d361ac19aca73fb467deaf16bc)) + ## [0.9.7](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.9.6...@rambler-tech/eslint-config@0.9.7) (2024-02-12) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index efc9331..b9649c8 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@rambler-tech/eslint-config", - "version": "0.9.7", + "version": "0.9.8", "main": "index.js", "license": "MIT", "sideEffects": false,