From 628875451363abc8cefa5bad7bf117ab0fecc711 Mon Sep 17 00:00:00 2001 From: Soybean Date: Wed, 23 Aug 2023 21:24:44 +0800 Subject: [PATCH] chore(projects): release v0.5.6 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f463b..866434d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## [v0.5.6](https://github.com/soybeanjs/eslint-config/compare/v0.5.5...v0.5.6) (23-08-23) + +###    📖 Documentation + +- **projects**: regenerate CHANGELOG  -  by @honghuangdc [(a32c5)](https://github.com/soybeanjs/eslint-config/commit/a32c5e7) + +###    🏡 Chore + +- **deps**: update deps  -  by @honghuangdc [(99e0a)](https://github.com/soybeanjs/eslint-config/commit/99e0a3a) + +###    🤖 CI + +- **projects**: update github action release.yml  -  by @honghuangdc [(0a00f)](https://github.com/soybeanjs/eslint-config/commit/0a00f98) + +###    ❤️ Contributors + +[![honghuangdc](https://github.com/honghuangdc.png?size=48)](https://github.com/honghuangdc)   + ## [v0.5.5](https://github.com/soybeanjs/eslint-config/compare/v0.5.4...v0.5.5) (2023-08-22) ###    🏡 Chore diff --git a/package.json b/package.json index a00c162..a929553 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-soybeanjs", - "version": "0.5.5", + "version": "0.5.6", "description": "SoybeanJS's eslint config resets", "author": { "name": "Soybean",