From 418f3f6c9adbe9917a785a30aa8d9d34398a43ba Mon Sep 17 00:00:00 2001 From: "dongyeop.lee" Date: Wed, 16 Nov 2022 12:05:57 +0900 Subject: [PATCH] chore: Release v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 980ab7d..f458ebf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-batch-router", - "version": "1.0.0-pre.2", + "version": "1.0.0", "description": "An alternative to next/router that batches push and replace calls. It allows for multiple pushes without overwriting each other.", "repository": { "type": "git",