Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.8 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.8](v1.0.0-beta.7...v1.0.0-beta.8) (2022-09-04)

### Bug Fixes

* take astro base path into account when using localizePath or localizeUrl functions ([5c35eaf](5c35eaf)), closes [#27](#27)
  • Loading branch information
semantic-release-bot committed Sep 4, 2022
1 parent 5c35eaf commit 64b5064
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.8](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-09-04)

### Bug Fixes

- take astro base path into account when using localizePath or localizeUrl
functions
([5c35eaf](https://github.com/yassinedoghri/astro-i18next/commit/5c35eaf27b4f3ebc216ba943ef46e0cee1ca468c)),
closes [#27](https://github.com/yassinedoghri/astro-i18next/issues/27)

# [1.0.0-beta.7](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-09-03)

### 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.7",
"version": "1.0.0-beta.8",
"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 64b5064

Please sign in to comment.