From fef0dc2514bb21de52d8e4ffbb94479ca42b6cdf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 8 Jan 2023 16:33:07 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.15 [skip ci] # [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 * add levels to Astro.global pattern and scripts' import statements ([9d88d79](https://github.com/yassinedoghri/astro-i18next/commit/9d88d79e5d24d8b4663501f7436f512d02d114d3)) * remove trailing slash from localized path ([1998309](https://github.com/yassinedoghri/astro-i18next/commit/19983092a1b71fb962a924dccd19fbbe40b58d62)), closes [#77](https://github.com/yassinedoghri/astro-i18next/issues/77) * use fileURLToPath to normalize publicDir pathname accross operating systems ([3c07d6a](https://github.com/yassinedoghri/astro-i18next/commit/3c07d6af4d1eb0beb959b35e19768ba2ad7a0037)), closes [#79](https://github.com/yassinedoghri/astro-i18next/issues/79) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 640e146..fae7a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [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 + +* add levels to Astro.global pattern and scripts' import statements ([9d88d79](https://github.com/yassinedoghri/astro-i18next/commit/9d88d79e5d24d8b4663501f7436f512d02d114d3)) +* remove trailing slash from localized path ([1998309](https://github.com/yassinedoghri/astro-i18next/commit/19983092a1b71fb962a924dccd19fbbe40b58d62)), closes [#77](https://github.com/yassinedoghri/astro-i18next/issues/77) +* use fileURLToPath to normalize publicDir pathname accross operating systems ([3c07d6a](https://github.com/yassinedoghri/astro-i18next/commit/3c07d6af4d1eb0beb959b35e19768ba2ad7a0037)), closes [#79](https://github.com/yassinedoghri/astro-i18next/issues/79) + # [1.0.0-beta.14](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-11-27) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 16980b2..59cff82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-i18next", - "version": "1.0.0-beta.14", + "version": "1.0.0-beta.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astro-i18next", - "version": "1.0.0-beta.14", + "version": "1.0.0-beta.15", "license": "MIT", "dependencies": { "@proload/core": "^0.3.3", diff --git a/package.json b/package.json index 0c495ca..adf858c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-i18next", - "version": "1.0.0-beta.14", + "version": "1.0.0-beta.15", "description": "An astro integration of i18next + some utility components to help you translate your astro websites!", "scripts": { "test": "vitest",