diff --git a/changelog.md b/changelog.md index b783392..d4ceef3 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-18 - 1.0.1 + ### Fixes - add SmartConfig project metadata and update development tooling versions (build) diff --git a/package.json b/package.json index a02bfde..f94b5ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@idp.global/interfaces", - "version": "1.0.0", + "version": "1.0.1", "private": false, "description": "Shared TypeScript interfaces and TypedRequest contracts for the idp.global ecosystem.", "exports": { diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9d21e87..9af5ff5 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@idp.global/interfaces', - version: '1.0.0', - description: 'Shared TypeScript interfaces and TypedRequest contracts for idp.global.' + version: '1.0.1', + description: 'Shared TypeScript interfaces and TypedRequest contracts for the idp.global ecosystem.' }