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