From 5a5818f6347c6dec87330275dc903671710cab73 Mon Sep 17 00:00:00 2001 From: Soybean Date: Sun, 5 May 2024 00:22:34 +0800 Subject: [PATCH] chore(projects): release v1.3.4 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f95d00..349fc18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [v1.3.4](https://github.com/soybeanjs/eslint-config/compare/v1.3.3...v1.3.4) (2024-05-05) + +###    🏡 Chore + +- **projects**: update deps & update config  -  by @honghuangdc [(68b91)](https://github.com/soybeanjs/eslint-config/commit/68b9189) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v1.3.3](https://github.com/soybeanjs/eslint-config/compare/v1.3.2...v1.3.3) (2024-04-27) ###    🚀 Features diff --git a/package.json b/package.json index 3b12b59..adb84b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/eslint-config", "type": "module", - "version": "1.3.3", + "version": "1.3.4", "packageManager": "pnpm@9.0.6", "description": "SoybeanJS's eslint flat config presets with prettier.", "author": {