Skip to content

Commit

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

0 comments on commit d961ec5

Please sign in to comment.