Track the latest updates and improvements to Bookwiz v0.1.0
Bookwiz v0.1.0
* implement automated changelog system with conventional commits ([179e0b0](https://github.com/KristiyanTs/bookwiz.io/commit/179e0b010571f48f8b3ce3d544eedf50f363ef94))
---
This changelog is automatically generated from commit messages that follow the [Conventional Commits](https://www.conventionalcommits.org/) specification.
```bash
feat: add user authentication system
fix: resolve memory leak in file upload
docs: update API documentation for v2
chore: update dependencies to latest versions
```
Use the commit helper: `npm run commit-help [type] [description]`
Example: `npm run commit-help feat "add dark mode toggle"`
The changelog will be automatically updated when you push commits with these formats to the main branch.
**Important**: Only commits that follow the conventional commit format will appear in the auto-generated changelog.
Going forward, use conventional commit format for all new commits and they will automatically appear in the changelog.
These features were added before implementing conventional commits:
This changelog is automatically generated from our commit messages.
Repository: github.com/kristiyanTs/bookwiz.io (Private)