From c723fada1c33a5ced9a73ba366438a93de813c8b Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Mon, 20 Nov 2023 07:30:30 +0000 Subject: [PATCH] chore(release): update CHANGELOG.md - @taiga-ui/eslint-plugin-experience@0.37.1 --- package-lock.json | 2 +- projects/eslint-plugin-experience/CHANGELOG.md | 12 ++++++++++++ projects/eslint-plugin-experience/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7dd1a41b..ef59186a 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.37.0", + "version": "0.37.1", "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 3c19cbfb..b88fed16 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.1](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.37.0...@taiga-ui/eslint-plugin-experience@0.37.1) (2023-11-20) + +### Bug Fixes + +- **eslint-plugin-experience:** revert `promise/no-callback-in-promise` + ([8252a8b](https://github.com/taiga-family/linters/commit/8252a8bc2f2bbb4395c117442363a1955cee24c0)) + +# Change Log + +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 diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index 7ae0b910..064675de 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.37.0", + "version": "0.37.1", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {