From c47df723d8410f98a657e62ab04627b459b0d09e Mon Sep 17 00:00:00 2001 From: rambler-ui-bot Date: Tue, 26 Mar 2024 08:54:33 +0000 Subject: [PATCH] chore(release): publish - @rambler-tech/eslint-config@0.13.0 --- 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 def44c5..404756f 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.13.0](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.12.4...@rambler-tech/eslint-config@0.13.0) (2024-03-26) + +### Features + +- **eslint-config:** add new rules ([c3799be](https://github.com/rambler-digital-solutions/rambler-configs/commit/c3799bee3adb1fb37d9a3de0b51a94b217a4f227)) + ## [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 diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 9642c09..38bcfa4 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.4", + "version": "0.13.0", "main": "index.js", "license": "MIT", "sideEffects": false,