diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f73fc6..5732acc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.9.3](https://github.com/Avansai/next-multilingual/compare/0.9.2...0.9.3) (2022-01-04) + + +### Bug Fixes + +* **test:** add test for builds and fix failing tests ([c493655](https://github.com/Avansai/next-multilingual/commit/c493655fa123a6a05137bc9e4bbf29534391a42a)) + ## [0.9.2](https://github.com/Avansai/next-multilingual/compare/0.9.1...0.9.2) (2022-01-04) diff --git a/package-lock.json b/package-lock.json index 9a7750e..c4d9656 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "next-multilingual", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.9.2", + "version": "0.9.3", "license": "MIT", "dependencies": { "@babel/core": "^7.16.7", diff --git a/package.json b/package.json index d9f8d5a..36679ec 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.2", + "version": "0.9.3", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts",