Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.15 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.15](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](9d88d79))
* remove trailing slash from localized path ([1998309](1998309)), closes [#77](#77)
* use fileURLToPath to normalize publicDir pathname accross operating systems ([3c07d6a](3c07d6a)), closes [#79](#79)
  • Loading branch information
semantic-release-bot committed Jan 8, 2023
1 parent d5d8441 commit 633b593
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 633b593

Please sign in to comment.