From aea47e70b4c751e1ef4fc8893a82e32aab9564a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:38:27 +0000 Subject: [PATCH] chore: release v3.0.8 --- CHANGELOG.md | 7 +++++++ client/package.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 103a396..3d8a6ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## 3.0.8 (2024-03-01) + + +### Bug Fixes + +* user approval ([15eb5e7](https://github.com/LABIOQUIM/visualdynamics/commit/15eb5e79743475cb84f996c54d2f4729202bcde3)) + ## 3.0.7 (2024-03-01) diff --git a/client/package.json b/client/package.json index d9922d3..8c9c0d7 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.0.7", + "version": "3.0.8", "private": true, "scripts": { "build": "next build", diff --git a/package.json b/package.json index 229926c..eddcce6 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,5 @@ "@release-it/conventional-changelog": "^8.0.1", "release-it": "^17.0.0" }, - "version": "3.0.7" + "version": "3.0.8" }