diff --git a/package-lock.json b/package-lock.json index 1f2ddb73..8d228cb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45952,7 +45952,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.41.2", + "version": "0.42.0", "dependencies": { "@angular-eslint/eslint-plugin": "17.1.1", "@angular-eslint/eslint-plugin-template": "17.1.1", diff --git a/projects/eslint-plugin-experience/CHANGELOG.md b/projects/eslint-plugin-experience/CHANGELOG.md index 0ce69b9a..e931deae 100644 --- a/projects/eslint-plugin-experience/CHANGELOG.md +++ b/projects/eslint-plugin-experience/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.42.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.41.2...@taiga-ui/eslint-plugin-experience@0.42.0) (2023-12-12) + +### Features + +- disable redundant rules + ([2a5a62b](https://github.com/taiga-family/linters/commit/2a5a62b3a8652e86043ba72adc41a1a64fadad95)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [0.41.2](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.41.1...@taiga-ui/eslint-plugin-experience@0.41.2) (2023-12-12) **Note:** Version bump only for package @taiga-ui/eslint-plugin-experience diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index 1b5496bf..0e86d783 100644 --- a/projects/eslint-plugin-experience/package.json +++ b/projects/eslint-plugin-experience/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.41.2", + "version": "0.42.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {