From a48b4472a597d61e38dcf53b0b599b1d3ff324f7 Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Mon, 13 Nov 2023 17:24:06 +0000 Subject: [PATCH] chore(release): update CHANGELOG.md - @taiga-ui/eslint-plugin-experience@0.22.0 --- 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 c0145a8d..6fbae800 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20560,7 +20560,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.21.0", + "version": "0.22.0", "dependencies": { "@angular-eslint/eslint-plugin": "17.0.1", "@angular-eslint/eslint-plugin-template": "17.0.1", diff --git a/projects/eslint-plugin-experience/CHANGELOG.md b/projects/eslint-plugin-experience/CHANGELOG.md index 743f1100..e1ee2649 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.22.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.21.0...@taiga-ui/eslint-plugin-experience@0.22.0) (2023-11-13) + +### Features + +- **eslint-plugin-experience:** ignore ReturnStatement + ([26214be](https://github.com/taiga-family/linters/commit/26214becf271337a80b28921a24073e8b0b0eac4)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [0.21.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.20.0...@taiga-ui/eslint-plugin-experience@0.21.0) (2023-11-13) ### Features diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index 94e547a3..1a45458b 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.21.0", + "version": "0.22.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {