diff --git a/changelog.md b/changelog.md index d0054ff..55d3237 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-01-14 - 1.3.2 - fix(core) +No code changes detected, maintain current state. + + ## 2025-01-14 - 1.3.1 - fix(package setup) Fix package metadata and dependency consistency diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 8465d44..3e63a39 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@consent.software/catalog', - version: '1.3.1', + version: '1.3.2', description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.' }