From cf65b77fdc678f427b73e9c014d6937cddbe16fa Mon Sep 17 00:00:00 2001 From: Soybean Date: Tue, 12 Dec 2023 08:25:04 +0800 Subject: [PATCH] chore(projects): release v1.1.0-beta.3 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fabc41..cc4f78f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## [v1.1.0-beta.3](https://github.com/soybeanjs/eslint-flat-config/compare/v1.1.0-beta.2...v1.1.0-beta.3) (23-12-12) + +###    🚀 Features + +- **projects**: svelte, astro config  -  by @honghuangdc [(cb74f)](https://github.com/soybeanjs/eslint-flat-config/commit/cb74fef) + +###    🏡 Chore + +- **projects**: update tsup.config.ts  -  by @honghuangdc [(a14d0)](https://github.com/soybeanjs/eslint-flat-config/commit/a14d0ef) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v1.1.0-beta.2](https://github.com/soybeanjs/eslint-flat-config/compare/v1.1.0-beta.1...v1.1.0-beta.2) (23-12-11) ###    🚀 Features diff --git a/package.json b/package.json index 2221237..59e60ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/eslint-config", "type": "module", - "version": "1.1.0-beta.2", + "version": "1.1.0-beta.3", "packageManager": "pnpm@8.12.0", "author": { "name": "Soybean",