From e27141c686e270c32e44fe7f2124c06903768d39 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 12 Jan 2026 13:31:56 +0000 Subject: [PATCH] fix(): no changes --- changelog.md | 6 ++++++ ts_web/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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.' }