diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 95ba36c..def44c5 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.12.4](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.12.3...@rambler-tech/eslint-config@0.12.4) (2024-03-20) + +### Bug Fixes + +- **eslint-config:** increase cognitive complexity ([957c7b2](https://github.com/rambler-digital-solutions/rambler-configs/commit/957c7b2aecccc74aac15f88d47adf301eca5c46c)) + ## [0.12.3](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.12.2...@rambler-tech/eslint-config@0.12.3) (2024-03-14) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index cd302a9..9642c09 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@rambler-tech/eslint-config", - "version": "0.12.3", + "version": "0.12.4", "main": "index.js", "license": "MIT", "sideEffects": false,