From db83ff16c2e124308a87186aa836d80aff930f6a Mon Sep 17 00:00:00 2001 From: "mave.io bot" Date: Wed, 15 May 2024 09:26:35 +0000 Subject: [PATCH] release client v0.1.4 --- client/CHANGELOG.md | 2 ++ client/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 6906a39..e5b7b06 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.4 - 2024-05-15 + ## 0.1.3 - 2024-03-19 ## 0.1.2 - 2024-03-13 diff --git a/client/package.json b/client/package.json index faa2051..6e5eebd 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@maveio/metrics", - "version": "0.1.3", + "version": "0.1.4", "description": "privacy friendly (🇪🇺) video metrics hosted on mave.io", "main": "dist/index.js", "types": "dist/index.d.ts",