diff --git a/changelog.md b/changelog.md index 20257c3..b30e877 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-01-12 - 3.36.1 - fix() +no changes + +- No files changed in this commit +- No release required + ## 2026-01-12 - 3.36.0 - feat(eco-view-peripherals) encapsulate networkRanges as internal @state and add public getter/setter methods diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 3844835..1fd0059 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@ecobridge.xyz/catalog', - version: '3.36.0', + version: '3.36.1', description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' }