From 1967d8a466057e8a2b8f8618285a36861193a901 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:52:46 +0000 Subject: [PATCH] chore: release v3.0.4 --- CHANGELOG.md | 2 ++ client/package.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c35fff7..343ef56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## 3.0.4 (2024-01-10) + ## 3.0.3 (2023-12-27) ## 3.0.2 (2023-12-26) diff --git a/client/package.json b/client/package.json index d700443..3615290 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.0.3", + "version": "3.0.4", "private": true, "scripts": { "build": "next build", diff --git a/package.json b/package.json index 7fe563e..878dbb8 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.3" + "version": "3.0.4" }