fix(package setup): Fix package metadata and dependency consistency

This commit is contained in:
Philipp Kunz 2025-01-14 03:09:02 +01:00
parent 443122cff3
commit b4b01cc319
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 2025-01-14 - 1.3.1 - fix(package setup)
Fix package metadata and dependency consistency
## 2025-01-14 - 1.3.0 - feat(elements)
Enhance consent management components with advanced styling and interaction

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@consent.software/catalog',
version: '1.3.0',
version: '1.3.1',
description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.'
}