2 Commits

Author SHA1 Message Date
cdaaebde42 1.3.2 2025-01-14 03:11:33 +01:00
45f9f6f891 fix(core): No code changes detected, maintain current state. 2025-01-14 03:11:33 +01:00
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "@consent.software/catalog",
"version": "1.3.1",
"version": "1.3.2",
"private": false,
"description": "A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.",
"main": "dist_ts_web/index.js",

View File

@ -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.'
}