feat
Nueva funcionalidad para el usuario
feat(auth): add Google login
fix
Correcci贸n de bug
fix(api): handle null response
docs
Cambios en documentaci贸n
docs: update README
style
Formato, espacios, puntos y comas (sin cambio de c贸digo)
style: fix indentation
refactor
Refactorizaci贸n sin cambiar funcionalidad
refactor: extract helper function
perf
Mejoras de rendimiento
perf: lazy load images
test
Agregar o modificar tests
test(user): add unit tests
build
Cambios en sistema de build o dependencias
build: upgrade webpack to v5
ci
Configuraci贸n de CI/CD
ci: add GitHub Actions workflow
chore
Tareas de mantenimiento (no afectan src/test)
chore: update .gitignore
revert
Revertir un commit anterior
revert: undo feat(auth)