From 251c65ac6bd88f8e3944f0fffc844dc8739ecd29 Mon Sep 17 00:00:00 2001 From: Soybean Date: Thu, 12 Oct 2023 00:45:15 +0800 Subject: [PATCH] chore(projects): release v0.5.7 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 866434d..abfd8ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## [v0.5.7](https://github.com/soybeanjs/eslint-config/compare/v0.5.6...v0.5.7) (23-10-12) + +###    🏡 Chore + +- **deps**: update deps  -  by @honghuangdc [(c62a9)](https://github.com/soybeanjs/eslint-config/commit/c62a93e) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.5.6](https://github.com/soybeanjs/eslint-config/compare/v0.5.5...v0.5.6) (23-08-23) ###    📖 Documentation diff --git a/package.json b/package.json index a0724a9..5605a4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-soybeanjs", - "version": "0.5.6", + "version": "0.5.7", "description": "SoybeanJS's eslint config resets", "author": { "name": "Soybean",