Skip to content

Commit 1decc87

Browse files
committed
chore: release v1.1.0
1 parent 76d6be3 commit 1decc87

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11

22

3+
# [1.1.0](https://github.com/bitfocusas/api/compare/v1.0.1...v1.1.0) (2025-10-09)
4+
5+
6+
### Features
7+
8+
* add endpoint-level authentication support ([6f9507c](https://github.com/bitfocusas/api/commit/6f9507cc35d4f612c7b9f23d39bf838dfa319a92))
9+
310
## [1.0.1](https://github.com/bitfocusas/api/compare/v1.0.0...v1.0.1) (2025-10-09)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitfocusas/api",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Fastify API server with Zod validation - a type-safe, production-ready API library",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)