From e8e23d92402e224ebdb26fcec69d2718d05c1ef8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 13:22:07 +0000 Subject: [PATCH] chore: release v3.0.3 --- 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 70ad599..c35fff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## 3.0.3 (2023-12-27) + ## 3.0.2 (2023-12-26) diff --git a/client/package.json b/client/package.json index 2a6dc48..d700443 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.0.2", + "version": "3.0.3", "private": true, "scripts": { "build": "next build", diff --git a/package.json b/package.json index 1da0dd9..7fe563e 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.2" + "version": "3.0.3" }