diff --git a/package-lock.json b/package-lock.json index 887e57c7..3acadc68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18221,7 +18221,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.8.4", + "version": "0.9.0", "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 2649e12c..21e2b7ed 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.9.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.8.4...@taiga-ui/eslint-plugin-experience@0.9.0) (2023-10-09) + +### Features + +- add playwright, cypress + ([18116d5](https://github.com/taiga-family/linters/commit/18116d515d590e7474aedd6784b20b833218cd23)) + +# 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.4](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.8.3...@taiga-ui/eslint-plugin-experience@0.8.4) (2023-10-09) ### Bug Fixes diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index f479c46b..4678e8ef 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.4", + "version": "0.9.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {