Skip to content

Commit

Permalink
chore(release): v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 30, 2024
1 parent d961ec5 commit 4d20e01
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shelve",
"private": true,
"version": "0.0.1",
"version": "0.0.5",
"scripts": {
"build": "automd && turbo build",
"dev": "turbo dev",
Expand Down

0 comments on commit 4d20e01

Please sign in to comment.