diff --git a/package-lock.json b/package-lock.json index 555a1eb3..788397c4 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.17.0", + "version": "0.17.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 c32216fb..127a844f 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.17.1](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.17.0...@taiga-ui/eslint-plugin-experience@0.17.1) (2023-11-08) + +### Bug Fixes + +- **eslint-plugin-experience:** null pointer + ([33f004b](https://github.com/taiga-family/linters/commit/33f004ba8276136834c3a7e3ec4d65c504259460)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [0.17.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.16.3...@taiga-ui/eslint-plugin-experience@0.17.0) (2023-11-08) ### Features diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index 63cd93e5..7b6b93c8 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.17.0", + "version": "0.17.1", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {