Skip to content

Commit a655cf4

Browse files
chore(release): 0.3.2 [skip ci]
## [0.3.2](v0.3.1...v0.3.2) (2026-01-19) ### πŸ› Bug Fixes * exclude api/cron from auth middleware ([b5f64f7](b5f64f7))
1 parent 7d0dd71 commit a655cf4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ All notable changes to the TEA Platform will be documented in this file.
1111
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1313

14+
## [0.3.2](https://github.com/alan-turing-institute/AssurancePlatform/compare/v0.3.1...v0.3.2) (2026-01-19)
15+
16+
### πŸ› Bug Fixes
17+
18+
* exclude api/cron from auth middleware ([b5f64f7](https://github.com/alan-turing-institute/AssurancePlatform/commit/b5f64f79b6e9841bf1ff21a7c103d146133d1cff))
19+
1420
## [0.3.1](https://github.com/alan-turing-institute/AssurancePlatform/compare/v0.3.0...v0.3.1) (2026-01-19)
1521

1622
### πŸ› Bug Fixes

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tea-platform-frontend",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",

0 commit comments

Comments
Β (0)