diff --git a/package-lock.json b/package-lock.json index ff6f94ba..c99ee615 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20580,7 +20580,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.16.0", + "version": "0.16.1", "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 a5c7a89f..60cc405d 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.16.1](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.16.0...@taiga-ui/eslint-plugin-experience@0.16.1) (2023-11-06) + +### Bug Fixes + +- **eslint-plugin-experience:** invalid path + ([5ab77f3](https://github.com/taiga-family/linters/commit/5ab77f39374f509f3d01226ef7a97c7fe1c8c927)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [0.16.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.15.2...@taiga-ui/eslint-plugin-experience@0.16.0) (2023-11-06) ### Features diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index 97f51728..b8683202 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.16.0", + "version": "0.16.1", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {