Release @probo/cookie-banner/v0.4.1

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-13 15:25:57 +04:00
parent 0d37f7d315
commit 7b9090a9f1
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@@ -19483,7 +19483,7 @@
},
"packages/cookie-banner": {
"name": "@probo/cookie-banner",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.27.0",

View File

@@ -4,6 +4,12 @@ All notable changes to the `@probo/cookie-banner` SDK will be documented in this
## Unreleased
## [0.4.1] - 2026-05-13
### Changed
- Skip the `/consents/:id` fetch for first-time visitors (no `visitorId` in localStorage); the visitor ID is now created lazily on the first consent action instead of triggering a guaranteed-404 request on every initial page load
## [0.4.0] - 2026-05-12
### Added

View File

@@ -1,6 +1,6 @@
{
"name": "@probo/cookie-banner",
"version": "0.4.0",
"version": "0.4.1",
"description": "Probo cookie consent banner SDK",
"type": "module",
"main": "dist/cookie-banner.mjs",