Skip to content

Commit 2419b21

Browse files
chore(main): release 0.3.0
1 parent 9084372 commit 2419b21

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/USThing/template-api/compare/v0.2.5...v0.3.0) (2025-02-02)
4+
5+
6+
### Features
7+
8+
* **auth:** add schema for auth pre-handler ([4cd7932](https://github.com/USThing/template-api/commit/4cd7932fca9d455faa19c41736d3170a1877df89))
9+
* **format:** sort imports ([4ced54e](https://github.com/USThing/template-api/commit/4ced54ec09d250e9322c813b58284a9ef0f4410a))
10+
* **openapi:** add scalar reference ([3722a8e](https://github.com/USThing/template-api/commit/3722a8e7ee3700e6ec213639a37f1156b4f1e5de))
11+
* **sensible:** add http error examples with sensible ([60cf5c1](https://github.com/USThing/template-api/commit/60cf5c1223255a56b52028fe445bc1f6d98be27e))
12+
313
## [0.2.5](https://github.com/USThing/template-api/compare/v0.2.4...v0.2.5) (2024-08-26)
414

515

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)