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.' }