diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 283ccee..372c100 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.1.0 - 2024-02-26 + ## 0.0.13 - 2024-02-26 ## 0.0.12 - 2023-11-13 diff --git a/client/package.json b/client/package.json index 1f1549d..cc7427f 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@maveio/metrics", - "version": "0.0.13", + "version": "0.1.0", "description": "privacy friendly (🇪🇺) video metrics hosted on mave.io", "main": "dist/index.js", "types": "dist/index.d.ts",