From 16983c406ee7a25a22042dccafb3fd864b7620b3 Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Sun, 3 Sep 2023 18:57:06 +0000 Subject: [PATCH] chore(release): update CHANGELOG.md [ci skip] - @taiga-ui/eslint-plugin-experience@0.6.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 9df35565..458826c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18017,7 +18017,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.5.0", + "version": "0.6.0", "dependencies": { "@angular-eslint/eslint-plugin": "15.2.1", "@angular-eslint/eslint-plugin-template": "15.2.1", diff --git a/projects/eslint-plugin-experience/CHANGELOG.md b/projects/eslint-plugin-experience/CHANGELOG.md index a7580a41..77e2c623 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.6.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.5.0...@taiga-ui/eslint-plugin-experience@0.6.0) (2023-09-03) + +### Features + +- upgrade typescript-eslint + ([1a75b2b](https://github.com/taiga-family/linters/commit/1a75b2bf4ce3b9e74d2272f11f9be113f577c180)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [0.5.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.4.1...@taiga-ui/eslint-plugin-experience@0.5.0) (2023-09-03) ### Features diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index a3759148..0f53da2f 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.5.0", + "version": "0.6.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {