diff --git a/CHANGELOG.md b/CHANGELOG.md index 481cac1..1bcfb8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-beta.16](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2023-01-22) + + +### Bug Fixes + +* use unjs/pathe to resolve cross OS public path ([ad1d24f](https://github.com/yassinedoghri/astro-i18next/commit/ad1d24f0ac14b16b7c83d255547a8bd6c04f5223)), closes [#105](https://github.com/yassinedoghri/astro-i18next/issues/105) + # [1.0.0-beta.15](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2023-01-08) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index fb76e19..2e7f21e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-i18next", - "version": "1.0.0-beta.15", + "version": "1.0.0-beta.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-i18next", - "version": "1.0.0-beta.15", + "version": "1.0.0-beta.16", "license": "MIT", "dependencies": { "@proload/core": "^0.3.3", diff --git a/package.json b/package.json index f2b21b8..e9709c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-i18next", - "version": "1.0.0-beta.15", + "version": "1.0.0-beta.16", "description": "An astro integration of i18next + some utility components to help you translate your astro websites!", "scripts": { "test": "vitest",