From 13c060056e027092fa2120b15c0098a0afc5f57c Mon Sep 17 00:00:00 2001 From: rambler-ui-bot Date: Thu, 25 Jan 2024 09:55:41 +0000 Subject: [PATCH] chore(release): publish - @rambler-tech/eslint-config@0.9.2 --- packages/eslint-config/CHANGELOG.md | 6 ++++++ packages/eslint-config/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 666e145..77c7a66 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.2](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.9.1...@rambler-tech/eslint-config@0.9.2) (2024-01-25) + +### Bug Fixes + +- **eslint-config:** disable react memoization for test/stories ([684c7ad](https://github.com/rambler-digital-solutions/rambler-configs/commit/684c7adc9dcf558f5b2ddf55eab89fc2ef65ea5d)) + ## [0.9.1](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.9.0...@rambler-tech/eslint-config@0.9.1) (2024-01-24) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 52ec12f..1360cd9 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.1", + "version": "0.9.2", "main": "index.js", "license": "MIT", "sideEffects": false,