diff --git a/package-lock.json b/package-lock.json index 57bd5f0d..8f6dd9c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20560,7 +20560,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.20.0", + "version": "0.21.0", "dependencies": { "@angular-eslint/eslint-plugin": "17.0.1", "@angular-eslint/eslint-plugin-template": "17.0.1", diff --git a/projects/eslint-plugin-experience/CHANGELOG.md b/projects/eslint-plugin-experience/CHANGELOG.md index 43749d17..743f1100 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.21.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.20.0...@taiga-ui/eslint-plugin-experience@0.21.0) (2023-11-13) + +### Features + +- **eslint-plugin-experience:** add `@taiga-ui/experience/no-simple-for-of` + ([e4cf0b4](https://github.com/taiga-family/linters/commit/e4cf0b41e5aa3fb43ad855db9c5218ee5bd25130)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [0.20.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.19.4...@taiga-ui/eslint-plugin-experience@0.20.0) (2023-11-13) ### Features diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index 5ae78603..94e547a3 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.20.0", + "version": "0.21.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {