Skip to content

Commit 2706a49

Browse files
author
Sebastian Koschel
committed
Bump version to 2.0.5
- Update package.json version - Add changelog entry for recent Base.js improvements
1 parent 71c689c commit 2706a49

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [2.0.5] - 2025-01-09
9+
10+
### Fixed
11+
- Updated Base.js widget implementation
12+
- Improved overlay handling
13+
814
## [2.0.0] - 2025-09-01
915

1016
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netresearch/usercentrics-widgets",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "Lightweight placeholders compatible with Usercentrics CMP",
55
"browser": "./dist/ucw.js",
66
"files": [

0 commit comments

Comments
 (0)