diff --git a/package-lock.json b/package-lock.json index 743b316e..dcfc9f33 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.35.0", + "version": "0.36.0", "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 5c7b2283..67bd9b24 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.36.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.35.0...@taiga-ui/eslint-plugin-experience@0.36.0) (2023-11-19) + +### Features + +- **eslint-plugin-experience:** add `exports-last` + ([5ee5b7e](https://github.com/taiga-family/linters/commit/5ee5b7e01aeaf5ca7b9e6efbade869a20f3826b9)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [0.35.0](https://github.com/taiga-family/linters/compare/@taiga-ui/eslint-plugin-experience@0.34.0...@taiga-ui/eslint-plugin-experience@0.35.0) (2023-11-19) ### Features diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index 47feaf62..f6be3d18 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.35.0", + "version": "0.36.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "dependencies": {