From 5e3e0aa51d77c254ea33ff82df4ffdc4a244ce45 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 13 May 2026 23:12:07 +0000 Subject: [PATCH] v1.1.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 8 ++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 ts/00_commitinfo_data.ts diff --git a/changelog.md b/changelog.md index 05e0773..05dbfbb 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-13 - 1.1.0 + - Initial SDK package with browser and server exports. ### Features diff --git a/package.json b/package.json index f1672d4..25a30d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@idp.global/sdk", - "version": "1.0.0", + "version": "1.1.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 new file mode 100644 index 0000000..441743f --- /dev/null +++ b/ts/00_commitinfo_data.ts @@ -0,0 +1,8 @@ +/** + * autocreated commitinfo by @push.rocks/commitinfo + */ +export const commitinfo = { + name: '@idp.global/sdk', + version: '1.1.0', + description: 'Reusable browser and server SDK for idp.global authentication.' +}