From 903cf1ee8ebc2ce3e6fb162a58424a425e1a1c73 Mon Sep 17 00:00:00 2001 From: rambler-ui-bot Date: Thu, 14 Mar 2024 05:30:11 +0000 Subject: [PATCH] chore(release): publish - @rambler-tech/eslint-config@0.12.3 --- 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 46029e0..95ba36c 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.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 + +- **eslint-config:** add 100 as known magic numbers ([12701dc](https://github.com/rambler-digital-solutions/rambler-configs/commit/12701dcbfa40072210fc90c90fef8bd8b6988f1e)) + ## [0.12.2](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.12.1...@rambler-tech/eslint-config@0.12.2) (2024-03-13) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index c6674c0..cd302a9 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.2", + "version": "0.12.3", "main": "index.js", "license": "MIT", "sideEffects": false,