From aeb219fe3cecee59ff7a83c66419a3acd128ef95 Mon Sep 17 00:00:00 2001 From: HugoRCD Date: Sun, 31 Mar 2024 14:00:32 +0200 Subject: [PATCH] chore(release): v0.0.6 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951ec29e..355ad664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,37 @@ +## v0.0.6 + +[compare changes](https://github.com/HugoRCD/shelves/compare/v0.0.5...v0.0.6) + +### 🚀 Enhancements + +- Add create project CLI command, and lot of commands alias ([e9cccfd](https://github.com/HugoRCD/shelves/commit/e9cccfd)) +- Add create command alias init ([60fda92](https://github.com/HugoRCD/shelves/commit/60fda92)) +- Auto-suggest and execute command on error ([cac833e](https://github.com/HugoRCD/shelves/commit/cac833e)) + +### 🩹 Fixes + +- Changelog ([e3beb29](https://github.com/HugoRCD/shelves/commit/e3beb29)) +- Link command on composed project name #58 ([#58](https://github.com/HugoRCD/shelves/issues/58)) + +### 📖 Documentation + +- Update readme ([7f3b8fe](https://github.com/HugoRCD/shelves/commit/7f3b8fe)) +- Update main readme ([fca5c09](https://github.com/HugoRCD/shelves/commit/fca5c09)) + +### 🏡 Chore + +- Bump cli version ([6d9bbba](https://github.com/HugoRCD/shelves/commit/6d9bbba)) +- Bump CLI version to 0.2.0 ([05b5f39](https://github.com/HugoRCD/shelves/commit/05b5f39)) + +### 🎨 Styles + +- Lint fix ([0390136](https://github.com/HugoRCD/shelves/commit/0390136)) + +### ❤️ Contributors + +- HugoRCD ([@HugoRCD](http://github.com/HugoRCD)) + ## v0.0.5 [compare changes](https://github.com/HugoRCD/shelves/compare/v0.0.4...v0.0.5) diff --git a/package.json b/package.json index c9db3040..efecfd09 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shelve", "private": true, - "version": "0.0.5", + "version": "0.0.6", "scripts": { "build": "automd && turbo build", "dev": "turbo dev",