2 Commits

Author SHA1 Message Date
78a62196f3 1.0.81 2025-01-09 00:45:11 +01:00
05b861cc22 fix(core): Package updated to ensure compliance with privacy regulations. 2025-01-09 00:45:11 +01:00
3 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 2025-01-09 - 1.0.81 - fix(core)
Package updated to ensure compliance with privacy regulations.
## 2025-01-09 - 1.0.80 - fix(core)
Remove deprecated GitLab CI configuration and update metadata for improved compatibility and efficiency.

View File

@ -1,6 +1,6 @@
{
"name": "@consent.software_private/catalog",
"version": "1.0.80",
"name": "@consent.software/catalog",
"version": "1.0.81",
"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

@ -2,7 +2,7 @@
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@consent.software_private/catalog',
version: '1.0.80',
name: '@consent.software/catalog',
version: '1.0.81',
description: 'A library of web components designed to integrate robust consent management capabilities into web applications, ensuring compliance with privacy regulations.'
}