Release @probo/cookie-banner/v0.10.0

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-06-19 15:25:48 +02:00
parent ff5e0d8706
commit 01bdccaf2a
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@@ -21673,7 +21673,7 @@
},
"packages/cookie-banner": {
"name": "@probo/cookie-banner",
"version": "0.9.3",
"version": "0.10.0",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.28.1",

View File

@@ -4,6 +4,12 @@ All notable changes to the `@probo/cookie-banner` SDK will be documented in this
## Unreleased
## [0.10.0] - 2026-06-19
### Changed
- Local storage, IndexedDB, and cache-storage trackers without an expiry now display a localized "persistent" duration rather than "session"
## [0.9.3] - 2026-06-12
### Fixed

View File

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