From fe2c68a42f3c30d8e092b1b90c30e958c54a5885 Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Fri, 3 Nov 2023 08:22:11 +0000 Subject: [PATCH] chore(release): update CHANGELOG.md - @taiga-ui/eslint-plugin-experience@0.15.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 7ee415d5..3085f27c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19641,7 +19641,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.14.4", + "version": "0.15.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 eab1e2c8..fccbbabc 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.15.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.14.4...@taiga-ui/eslint-plugin-experience@0.15.0) (2023-11-03) + +### Features + +- **eslint-plugin-experience:** enable require-top-level-describe + ([4150513](https://github.com/taiga-family/linters/commit/415051380fe8f28dadbfb21399790682b32e800c)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [0.14.4](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.14.3...@taiga-ui/eslint-plugin-experience@0.14.4) (2023-11-02) ### Bug Fixes diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index 7b0e093c..15fb7a07 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.14.4", + "version": "0.15.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {