Skip to content

Commit 2ead2b7

Browse files
oriolriusclaude
andcommitted
bump: version 1.4.0 → 1.5.0
New features: - REST API endpoints now require OIDC authentication (same as tRPC) - Shared JWT validation module for consistent auth across APIs - OpenAPI spec includes Bearer token security scheme Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bb8236c commit 2ead2b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pki-manager/backend",
3-
"version": "1.3.2",
3+
"version": "1.5.0",
44
"private": true,
55
"type": "module",
66
"description": "PKI Manager Backend - Fastify + tRPC API server",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "1.3.2",
4+
"version": "1.5.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pki-manager",
3-
"version": "1.3.2",
3+
"version": "1.5.0",
44
"private": true,
55
"description": "PKI Manager - Web-based Public Key Infrastructure management application",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)