From d33b2bd2100090e7c902dd53f3e55abd19717fce Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 13 May 2026 23:49:56 +0000 Subject: [PATCH] v1.2.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 606e253..8c0bd35 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ ## Pending + +## 2026-05-13 - 1.2.0 + ### Features - enable npm publishing in smart config (config) diff --git a/package.json b/package.json index 25a30d1..9c9824f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@idp.global/sdk", - "version": "1.1.0", + "version": "1.2.0", "private": false, "description": "Reusable browser and server SDK for idp.global authentication.", "type": "module", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 441743f..a22c10a 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@idp.global/sdk', - version: '1.1.0', + version: '1.2.0', description: 'Reusable browser and server SDK for idp.global authentication.' }