From 58ab09a37cfeebdaa7b28061a541cf01e0e4dda5 Mon Sep 17 00:00:00 2001 From: Soybean Date: Thu, 14 Dec 2023 01:42:28 +0800 Subject: [PATCH] chore(projects): release v1.1.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d56d86..2517d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog +## [v1.1.0](https://github.com/soybeanjs/eslint-flat-config/compare/v1.1.0-beta.5...v1.1.0) (23-12-14) + +###    💅 Refactors + +- **projects**: + - refactor rule type  -  by @honghuangdc [(3a3bc)](https://github.com/soybeanjs/eslint-flat-config/commit/3a3bce0) + - refactor complete: options and types  -  by @honghuangdc [(e5612)](https://github.com/soybeanjs/eslint-flat-config/commit/e561263) + +###    🏡 Chore + +- **deps**: update deps  -  by @honghuangdc [(c2d71)](https://github.com/soybeanjs/eslint-flat-config/commit/c2d7175) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v1.1.0-beta.5](https://github.com/soybeanjs/eslint-flat-config/compare/v1.1.0-beta.4...v1.1.0-beta.5) (23-12-12) ###    🚀 Features diff --git a/package.json b/package.json index 7061feb..9f94539 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@soybeanjs/eslint-config", "type": "module", - "version": "1.1.0-beta.5", + "version": "1.1.0", "packageManager": "pnpm@8.12.0", "author": { "name": "Soybean",