diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 1c42e36..1c2f5cf 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.7.0](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.6.2...@rambler-tech/eslint-config@0.7.0) (2024-01-22) + +### Features + +- **eslint-config:** add react memoization rule ([1e4474c](https://github.com/rambler-digital-solutions/rambler-configs/commit/1e4474cf5217e45ad015d4debc3bfea4e2816c79)) + ## [0.6.2](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.6.1...@rambler-tech/eslint-config@0.6.2) (2024-01-22) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 2457850..a184b4f 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@rambler-tech/eslint-config", - "version": "0.6.2", + "version": "0.7.0", "main": "index.js", "license": "MIT", "sideEffects": false,