diff --git a/CHANGELOG.md b/CHANGELOG.md index bd57fd7..8dc9243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,29 @@ +## v0.0.1 + +[compare changes](https://github.com/HugoRCD/shelves/compare/v0.0.4...v0.0.1) + +### 🚀 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)) + +### ❤️ Contributors + +- HugoRCD ([@HugoRCD](http://github.com/HugoRCD)) + ## v0.0.2...main [compare changes](https://github.com/HugoRCD/shelves/compare/v0.0.2...main) diff --git a/package.json b/package.json index 68ffed7..b915bab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shelve", "private": true, - "version": "0.0.0", + "version": "0.0.1", "scripts": { "build": "automd && turbo build", "dev": "turbo dev", @@ -35,4 +35,4 @@ "@commitlint/config-conventional" ] } -} +} \ No newline at end of file