Skip to content

Commit 8d99b9c

Browse files
committed
chore: prepare v1.1.3 release
1 parent 3478bd6 commit 8d99b9c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth-api",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Production-grade authentication API with session governance, refresh rotation, Prisma/PostgreSQL persistence, Redis rate limiting, and contract-driven documentation.",
55
"main": "dist/src/server.js",
66
"type": "commonjs",

src/contracts/authContract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const openApiSpec = {
141141
openapi: "3.0.3",
142142
info: {
143143
title: "Auth API",
144-
version: "1.1.2",
144+
version: "1.1.3",
145145
description:
146146
"Production-grade authentication API with first-class sessions, refresh-token rotation, and contract-driven documentation.",
147147
},

0 commit comments

Comments
 (0)