This commit is contained in:
2026-05-13 23:49:56 +00:00
parent 6a5824cb07
commit d33b2bd210
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -3,6 +3,9 @@
## Pending ## Pending
## 2026-05-13 - 1.2.0
### Features ### Features
- enable npm publishing in smart config (config) - enable npm publishing in smart config (config)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@idp.global/sdk", "name": "@idp.global/sdk",
"version": "1.1.0", "version": "1.2.0",
"private": false, "private": false,
"description": "Reusable browser and server SDK for idp.global authentication.", "description": "Reusable browser and server SDK for idp.global authentication.",
"type": "module", "type": "module",
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@idp.global/sdk', name: '@idp.global/sdk',
version: '1.1.0', version: '1.2.0',
description: 'Reusable browser and server SDK for idp.global authentication.' description: 'Reusable browser and server SDK for idp.global authentication.'
} }