From d5631a309be2b4b8e46e106e43a890086a1b71ae Mon Sep 17 00:00:00 2001 From: KagChi <59391215+KagChi@users.noreply.github.com> Date: Wed, 22 Mar 2023 17:37:34 +0700 Subject: [PATCH] fix: bump to stable version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40a7eec..b1e2bee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/i18n", - "version": "2.0.0-alpha-1", + "version": "2.0.0", "description": "A i18n Language manager, Supports for ts files with typings.", "main": "dist/index.js", "module": "dist/index.js",