From 1317f92dfcb2c40362bdba5fedc5b97058dc5941 Mon Sep 17 00:00:00 2001 From: Soybean Date: Thu, 1 Aug 2024 01:15:58 +0800 Subject: [PATCH] chore(projects): release v1.4.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e05feb..a68a6b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog +## [v1.4.0](https://github.com/soybeanjs/eslint-config/compare/v1.3.8...v1.4.0) (2024-08-01) + +###    🚨 Breaking Changes + +- **projects**: support different overrides in one config  -  by @honghuangdc [(683f0)](https://github.com/soybeanjs/eslint-config/commit/683f060) + +###    🏡 Chore + +- **deps**: update deps  -  by @honghuangdc [(087e8)](https://github.com/soybeanjs/eslint-config/commit/087e8d8) +- **projects**: update vscode settings  -  by @honghuangdc [(cd145)](https://github.com/soybeanjs/eslint-config/commit/cd14568) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v1.3.8](https://github.com/soybeanjs/eslint-config/compare/v1.3.7...v1.3.8) (2024-07-05) ###    🏡 Chore diff --git a/package.json b/package.json index ef57741..3b2517e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/eslint-config", "type": "module", - "version": "1.3.8", + "version": "1.4.0", "packageManager": "pnpm@9.4.0", "description": "SoybeanJS's eslint flat config presets with prettier.", "author": {