diff --git a/package-lock.json b/package-lock.json index 99b39c20..783c0a0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17434,7 +17434,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.8.1", + "version": "0.8.2", "dependencies": { "@angular-eslint/eslint-plugin": "16.2.0", "@angular-eslint/eslint-plugin-template": "16.2.0", diff --git a/projects/eslint-plugin-experience/CHANGELOG.md b/projects/eslint-plugin-experience/CHANGELOG.md index 22b93e3a..7016bcd5 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.8.2](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.8.1...@taiga-ui/eslint-plugin-experience@0.8.2) (2023-10-09) + +### Bug Fixes + +- **eslint-plugin-experience:** ignore complexity + ([34bd0ab](https://github.com/taiga-family/linters/commit/34bd0abcf7fc6a4de0befc549c79a25acd3436e5)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [0.8.1](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.8.0...@taiga-ui/eslint-plugin-experience@0.8.1) (2023-10-06) ### Bug Fixes diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index ff576e62..8632d431 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.8.1", + "version": "0.8.2", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {