From 44a9d6286c457332c248d02e837f17334d081596 Mon Sep 17 00:00:00 2001 From: Soybean Date: Mon, 5 Jun 2023 01:26:36 +0800 Subject: [PATCH] chore(projects): release v0.5.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 451260e..1e08f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog +## [v0.5.0](https://github.com/soybeanjs/cli/compare/v0.4.2...main) + +### 🐞 Bug Fixes + +- **projects**: Fix version date - by @soybeanjs [(b50d8)](https://github.com/soybeanjs/cli/commit/b50d804) + +### 🔥 Performance + +- **projects**: Changelog contributor - by @soybeanjs [(a3cf8)](https://github.com/soybeanjs/cli/commit/a3cf896) + +### 📖 Documentation + +- **projects**: Update CHANGELOG.md - by @soybeanjs [(94d6f)](https://github.com/soybeanjs/cli/commit/94d6f97) + +### ❤️ Contributors + +![soybeanjs](https://github.com/soybeanjs.png?size=48) + ## [v0.4.2](https://github.com/soybeanjs/cli/compare/v0.4.1...v0.4.2) (2023-06-04) ### 🚀 Features diff --git a/package.json b/package.json index 349419c..f0bb66a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soybeanjs/cli", - "version": "0.4.2", + "version": "0.5.0", "description": "SoybeanJS's command line tools", "author": { "name": "Soybean",