From d7e7bda139437845d48b429ef0a84b24b7665963 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 01:58:39 +0000 Subject: [PATCH] (turbo-module): release next version (#50) ### Runtime Changes - Change basePath handling (#51) ### Credits @baked-dev --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9165f4c..34c2807 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@whopio/next-app-middleware", - "version": "0.0.4", + "version": "0.0.5", "private": true, "scripts": { "build": "turbo run build",