From 2620c27fd500d00db2f57e6b5f1ff37ec2f8f3c5 Mon Sep 17 00:00:00 2001 From: "JH.Lee" Date: Sat, 3 Feb 2024 19:49:56 +0900 Subject: [PATCH] v0.6.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5833eb4..48ddd1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,7 +580,7 @@ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" [[package]] name = "next_superjson" -version = "0.6.1" +version = "0.6.2" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 5386de5..a970846 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "next_superjson" -version = "0.6.1" +version = "0.6.2" edition = "2021" authors = ["JH.Lee "] description = "SWC Plugin of SuperJSON for Next.js" diff --git a/package.json b/package.json index f8aa824..69f8703 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-superjson-plugin", - "version": "0.6.1", + "version": "0.6.2", "description": "Automatically transform your Next.js Pages to use SuperJSON with SWC", "author": "JH.Lee ", "homepage": "https://github.com/blitz-js/next-superjson-plugin#readme",