diff --git a/changelog.md b/changelog.md index ac8ca76..83351ea 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-25 - 3.82.0 + ### Features - let execution environments provide their native terminal shell command diff --git a/package.json b/package.json index 2ee2c2c..8c43369 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@design.estate/dees-catalog", - "version": "3.81.1", + "version": "3.82.0", "private": false, "description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.", "main": "dist_ts_web/index.js", diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 9764cfd..9dcf4e2 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-catalog', - version: '3.81.0', + version: '3.82.0', description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' }