From 3801c4c41ab2eab04932e5f5fa2e2c27bbe48e28 Mon Sep 17 00:00:00 2001 From: GitHub actions Date: Mon, 2 Sep 2024 02:55:35 +0000 Subject: [PATCH] Prepare release v1.0.0-55 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a96cc485f..440112a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog +## v1.0.0-55 + + +### 🩹 Fixes + +- Fix login redirect ([e38a10b](https://github.com/undb-io/undb/commit/e38a10b)) + +### ❤️ Contributors + +- Nichenqin ([@nichenqin](http://github.com/nichenqin)) + ## v1.0.0-54 diff --git a/package.json b/package.json index e9a8a015c..9680a97a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "undb", - "version": "1.0.0-54", + "version": "1.0.0-55", "private": true, "scripts": { "build": "NODE_ENV=production bun --bun turbo build",