diff --git a/changelog.md b/changelog.md index 57e4633..4a99bcd 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-18 - 1.1.1 + ### Fixes - update release configuration schema, refresh dependency versions, and document exported event types (config) diff --git a/package.json b/package.json index 72b3abc..50dfab9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@idp.global/catalog", - "version": "1.1.0", + "version": "1.1.1", "private": false, "description": "Web component catalog for idp.global, based on the v3 product design language.", "exports": { diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index af31eae..4f83863 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@idp.global/catalog', - version: '1.1.0', + version: '1.1.1', description: 'Web component catalog for idp.global, based on the v3 product design language.' }