diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 20d5f64..620ed01 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.14.2](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.14.1...@rambler-tech/eslint-config@0.14.2) (2024-09-04) + +### Bug Fixes + +- **eslint-config:** remove no-secrets rule ([8688d92](https://github.com/rambler-digital-solutions/rambler-configs/commit/8688d92354964a51c7af9225316fa203372c0e3a)) + ## [0.14.1](https://github.com/rambler-digital-solutions/rambler-configs/compare/@rambler-tech/eslint-config@0.14.0...@rambler-tech/eslint-config@0.14.1) (2024-08-27) ### Bug Fixes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index db4444f..1449b06 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@rambler-tech/eslint-config", - "version": "0.14.1", + "version": "0.14.2", "main": "index.js", "license": "MIT", "sideEffects": false,