From 0affcea5987f55a62b6dc086a1ec98a8a853bd91 Mon Sep 17 00:00:00 2001 From: Soybean Date: Mon, 20 May 2024 00:01:22 +0800 Subject: [PATCH] chore(projects): release v1.3.5 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 349fc18..816b5b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog +## [v1.3.5](https://github.com/soybeanjs/eslint-config/compare/v1.3.4...v1.3.5) (2024-05-20) + +###    🚀 Features + +- **projects**: turn off rule: vue/prefer-true-attribute-shorthand  -  by @honghuangdc [(74491)](https://github.com/soybeanjs/eslint-config/commit/7449133) + +###    🏡 Chore + +- **deps**: update deps  -  by @honghuangdc [(2fed9)](https://github.com/soybeanjs/eslint-config/commit/2fed990) +- **projects**: update pnpm version  -  by @honghuangdc [(735c3)](https://github.com/soybeanjs/eslint-config/commit/735c3b8) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v1.3.4](https://github.com/soybeanjs/eslint-config/compare/v1.3.3...v1.3.4) (2024-05-05) ###    🏡 Chore diff --git a/package.json b/package.json index 7136404..34e7ba8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/eslint-config", "type": "module", - "version": "1.3.4", + "version": "1.3.5", "packageManager": "pnpm@9.1.1", "description": "SoybeanJS's eslint flat config presets with prettier.", "author": {