Skip to content

Commit c29782b

Browse files
chore(main): release 0.3.0
1 parent 9bcb72f commit c29782b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/USThing/template-api/compare/v0.2.5...v0.3.0) (2025-06-08)
4+
5+
6+
### Features
7+
8+
* **auth:** add schema for auth pre-handler ([4cd7932](https://github.com/USThing/template-api/commit/4cd7932fca9d455faa19c41736d3170a1877df89))
9+
* **auth:** introduce new verification mechanism ([9bcb72f](https://github.com/USThing/template-api/commit/9bcb72f48634084159c8fa53d5a7ed9bfecdf252))
10+
* **format:** sort imports ([4ced54e](https://github.com/USThing/template-api/commit/4ced54ec09d250e9322c813b58284a9ef0f4410a))
11+
* **openapi:** add scalar reference ([3722a8e](https://github.com/USThing/template-api/commit/3722a8e7ee3700e6ec213639a37f1156b4f1e5de))
12+
* **sensible:** add http error examples with sensible ([60cf5c1](https://github.com/USThing/template-api/commit/60cf5c1223255a56b52028fe445bc1f6d98be27e))
13+
14+
15+
### Bug Fixes
16+
17+
* **auth:** respond meaningful message on failure ([ed59059](https://github.com/USThing/template-api/commit/ed59059e183b1e9c0fa4403325794bea3fe76093))
18+
319
## [0.2.5](https://github.com/USThing/template-api/compare/v0.2.4...v0.2.5) (2024-08-26)
420

521

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"type": "module",
33
"name": "template-api",
44
"description": "The template repository for USThing backend services, powered by Fastify.",
5-
"version": "0.2.5",
5+
"version": "0.3.0",
66
"main": "app.ts",
77
"directories": {
88
"test": "test"

0 commit comments

Comments
 (0)