From fdb70612871b6c7ee6d5df011b9561c5bdae54ff Mon Sep 17 00:00:00 2001 From: Vadim Demedes Date: Tue, 26 Apr 2022 13:12:49 +0300 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a466972..e38326e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-next", - "version": "0.0.0", + "version": "1.0.0", "description": "Gatsby plugin for incremental migration to Next.js APIs", "scripts": { "test": "tsc --noEmit && xo",