From a5152e5afd70e440ab96a685e240a4b3bd8b6cfe Mon Sep 17 00:00:00 2001 From: Roderick Hsiao Date: Wed, 28 Apr 2021 19:57:26 -0700 Subject: [PATCH] Release for webpack 5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44e1dc29..29b06b77 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-i13n", "description": "React I13n provides a performant and scalable solution to application instrumentation.", - "version": "3.0.0-alpha.6", + "version": "3.0.0-alpha.7", "main": "index.js", "module": "index.es.js", "repository": {