diff --git a/package-lock.json b/package-lock.json index dcfc9f33..7dd1a41b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46091,7 +46091,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.36.0", + "version": "0.37.0", "dependencies": { "@angular-eslint/eslint-plugin": "17.1.0", "@angular-eslint/eslint-plugin-template": "17.1.0", diff --git a/projects/eslint-plugin-experience/CHANGELOG.md b/projects/eslint-plugin-experience/CHANGELOG.md index 67bd9b24..3c19cbfb 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.37.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.36.0...@taiga-ui/eslint-plugin-experience@0.37.0) (2023-11-19) + +### Features + +- **eslint-plugin-experience:** add `guard-for-in` + ([767515a](https://github.com/taiga-family/linters/commit/767515ad7f8d759635a32b840a5e4a465fa03b84)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [0.36.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.35.0...@taiga-ui/eslint-plugin-experience@0.36.0) (2023-11-19) ### Features diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index f6be3d18..7ae0b910 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.36.0", + "version": "0.37.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {