From 4d20e01d14a7eea5adaba5c086c11592437e5d76 Mon Sep 17 00:00:00 2001 From: HugoRCD Date: Sat, 30 Mar 2024 16:52:35 +0100 Subject: [PATCH] chore(release): v0.0.5 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dc92436..a34eab00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,30 @@ +## v0.0.5 + +[compare changes](https://github.com/HugoRCD/shelves/compare/v0.0.4...v0.0.5) + +### 🚀 Enhancements + +- Improve global login and session speed ([6836938](https://github.com/HugoRCD/shelves/commit/6836938)) +- Add index on session authToken ([5436978](https://github.com/HugoRCD/shelves/commit/5436978)) + +### 💅 Refactors + +- Remove changelogen generation on cli release ([7c2f09a](https://github.com/HugoRCD/shelves/commit/7c2f09a)) + +### 📖 Documentation + +- Use latest md template ([e958d88](https://github.com/HugoRCD/shelves/commit/e958d88)) + +### 🏡 Chore + +- Apply automated lint fixes ([d567b91](https://github.com/HugoRCD/shelves/commit/d567b91)) +- **release:** V0.0.1 ([d961ec5](https://github.com/HugoRCD/shelves/commit/d961ec5)) + +### ❤️ Contributors + +- HugoRCD ([@HugoRCD](http://github.com/HugoRCD)) + ## v0.0.1 [compare changes](https://github.com/HugoRCD/shelves/compare/v0.0.4...v0.0.1) diff --git a/package.json b/package.json index b915baba..c9db3040 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shelve", "private": true, - "version": "0.0.1", + "version": "0.0.5", "scripts": { "build": "automd && turbo build", "dev": "turbo dev",