Skip to content

Commit ac2244d

Browse files
committed
chore: prepare v1.1.1 release
1 parent a283048 commit ac2244d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 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.0",
3+
"version": "1.1.1",
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.0",
144+
version: "1.1.1",
145145
description:
146146
"Production-grade authentication API with first-class sessions, refresh-token rotation, and contract-driven documentation.",
147147
},

0 commit comments

Comments
 (0)