diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index e5b7b06..0c25d64 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.5 - 2024-07-16 + ## 0.1.4 - 2024-05-15 ## 0.1.3 - 2024-03-19 diff --git a/client/package.json b/client/package.json index 6e5eebd..0f5580d 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@maveio/metrics", - "version": "0.1.4", + "version": "0.1.5", "description": "privacy friendly (🇪🇺) video metrics hosted on mave.io", "main": "dist/index.js", "types": "dist/index.d.ts",