Released tracker script version 0.3.3

This commit is contained in:
RobertJoonas 2025-07-22 10:11:28 +00:00
parent 9be0b71233
commit d8065557ef
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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"