From ded69176f12f0bdf0deae3bded8b5fa490d3ae3b Mon Sep 17 00:00:00 2001 From: Nicolas Bouvrette Date: Wed, 5 Jan 2022 12:15:38 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20v0.9.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5732acc..62f6e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.9.4](https://github.com/Avansai/next-multilingual/compare/0.9.3...0.9.4) (2022-01-05) + ## [0.9.3](https://github.com/Avansai/next-multilingual/compare/0.9.2...0.9.3) (2022-01-04) diff --git a/package-lock.json b/package-lock.json index c4d9656..9583126 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "next-multilingual", - "version": "0.9.3", + "version": "0.9.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.9.3", + "version": "0.9.4", "license": "MIT", "dependencies": { "@babel/core": "^7.16.7", diff --git a/package.json b/package.json index 36679ec..78ca354 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "next-multilingual", "description": "An opinionated end-to-end solution for Next.js applications that requires multiple languages.", - "version": "0.9.3", + "version": "0.9.4", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts",