Skip to content

Commit

Permalink
6.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piano-analytics committed Oct 24, 2023
1 parent 738e632 commit 33310ec
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 138 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog
## 6.12.2
### Fixes
- - [browser] Cookie `_pcus` being created by mistake

## 6.12.1
### Fixes
- [browser] Fix cookies expiration date being expanded when using consent without specifying storageMode
- [browser] Cookie `_pcus` being created by mistake

### Changes
- [browser] `cookie_creation_date` is now anonymized (time set to 0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "piano-analytics-js",
"description": "JavaScript library for Piano Analytics",
"version": "6.12.1",
"version": "6.12.2",
"main": "dist/browserless/piano-analytics.cjs.js",
"module": "dist/browserless/piano-analytics.esm.js",
"browser": "dist/browser/piano-analytics.umd.js",
Expand Down
Loading

0 comments on commit 33310ec

Please sign in to comment.