From 4cb488ec49758f5d72234c6bc2d16920072186c6 Mon Sep 17 00:00:00 2001 From: "JH.Lee" Date: Mon, 22 Jan 2024 01:13:42 +0900 Subject: [PATCH] v0.6.0 --- 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 d7aabe3..201cbb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -692,7 +692,7 @@ checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" [[package]] name = "next_superjson" -version = "0.5.10" +version = "0.6.0" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 037a24b..c81b25a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "next_superjson" -version = "0.5.10" +version = "0.6.0" edition = "2021" authors = ["JH.Lee "] description = "SWC Plugin of SuperJSON for Next.js" diff --git a/package.json b/package.json index d817bd5..fddbbc0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-superjson-plugin", - "version": "0.5.10", + "version": "0.6.0", "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",