Skip to content

v1.0.4

Compare
Choose a tag to compare
@mavyfaby mavyfaby released this 26 Sep 02:21
· 10 commits to main since this release

💜 Features

  • feat(security): add jwt id to tokens (82a71ef)
  • feat(announcement): make update functional (41acc4b)
  • refactor(reset,forgot): incorrect error handling condition (72b45f9)
  • feat(events): add endpoint for getting next event (2fc7f7f)
  • feat(qrcode): add size param (c8b6618)
  • feat(orders): make orders transactional (00881ce)
  • feat(session): refresh session when it's about to expire (cba0b4d)

💛 Adjustments

  • chore(app): release v1.0.4 (bc353c3)
  • chore(app): update dependencies (8b76d56)
  • chore(app): update dependencies (dd41878)
  • refactor(profile): remove old pass when changing password (b4f30fd)

🤍 Bug Fixes

  • fix(security): separate auth token for student and admin (bad19f1)
  • fix(orders): incorrect db transaction algorithm (2471370)