diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 12261cd..283ccee 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.0.13 - 2024-02-26 + ## 0.0.12 - 2023-11-13 ## 0.0.11 - 2023-11-13 diff --git a/client/package.json b/client/package.json index f5296ea..1f1549d 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@maveio/metrics", - "version": "0.0.12", + "version": "0.0.13", "description": "privacy friendly (🇪🇺) video metrics hosted on mave.io", "main": "dist/index.js", "types": "dist/index.d.ts",