Released tracker script version 0.3.3
This commit is contained in:
parent
9be0b71233
commit
d8065557ef
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## Unreleased
|
||||
|
||||
## [0.3.3] - 2025-07-22
|
||||
|
||||
- Bind the `track` function into `window.plausible`. This makes it possible for the Plausible verification agent to verify a successful installation. Can be disabled setting the `bindToWindow` config option to `false`.
|
||||
|
||||
## [0.3.2] - 2025-07-14
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "macobo-test-tracker",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"description": "Plausible Analytics official frontend tracking library",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: Testing done in the tracker folder\" && exit 1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue