From d139834885666414c92d2f231fba56297afd4bc9 Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Tue, 10 Oct 2023 18:52:28 +0000 Subject: [PATCH] chore(release): update CHANGELOG.md [ci skip] - @taiga-ui/eslint-plugin-experience@0.10.0 --- package-lock.json | 2 +- projects/eslint-plugin-experience/CHANGELOG.md | 17 +++++++++++++++++ projects/eslint-plugin-experience/package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 360592ef..9613b990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18221,7 +18221,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.9.1", + "version": "0.10.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 9f5bb652..5cec901a 100644 --- a/projects/eslint-plugin-experience/CHANGELOG.md +++ b/projects/eslint-plugin-experience/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.10.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.9.1...@taiga-ui/eslint-plugin-experience@0.10.0) (2023-10-10) + +### Bug Fixes + +- **eslint-plugin-experience:** add `jest/prefer-expect-resolves` + ([0d763fa](https://github.com/taiga-family/linters/commit/0d763faf9fbb6d67921e3be8289c08e82216f82d)) + +### Features + +- **eslint-plugin-experience:** enable jest all rules + ([be3cd3d](https://github.com/taiga-family/linters/commit/be3cd3d87f885176b1c0a2519a8719aceb53d7db)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [0.9.1](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.9.0...@taiga-ui/eslint-plugin-experience@0.9.1) (2023-10-10) **Note:** Version bump only for package @taiga-ui/eslint-plugin-experience diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index 5dd863fc..83dc74bc 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.9.1", + "version": "0.10.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {