From e7d712d3f0b51781c3068b4e7b64f5b63e71cf85 Mon Sep 17 00:00:00 2001 From: rambler-ui-bot Date: Thu, 18 Jan 2024 15:30:07 +0000 Subject: [PATCH] chore(release): publish - @rambler-tech/eslint-config@0.3.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 fbb18e6..e5685fc 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.3.2](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.3.1...@rambler-tech/eslint-config@0.3.2) (2024-01-18) + +### Bug Fixes + +- **eslint-config:** fix magic numbers ([aeeae6d](https://github.com/rambler-digital-solutions/rambler-configs/commit/aeeae6d0075e867eee1c6163050011d4f1a39cff)) + ## [0.3.1](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.3.0...@rambler-tech/eslint-config@0.3.1) (2024-01-18) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index f648e96..4f87d99 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@rambler-tech/eslint-config", - "version": "0.3.1", + "version": "0.3.2", "main": "index.js", "license": "MIT", "sideEffects": false,