Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.21 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.21](v1.0.0-beta.20...v1.0.0-beta.21) (2023-03-09)

### Bug Fixes

* resolve astroFileFullPath to extract relative astroFilePath on Windows ([c23cd27](c23cd27)), closes [#135](#135)
  • Loading branch information
semantic-release-bot committed Mar 9, 2023
1 parent c23cd27 commit 221b8d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.0.0-beta.21](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2023-03-09)

### Bug Fixes

- resolve astroFileFullPath to extract relative astroFilePath on Windows
([c23cd27](https://github.com/yassinedoghri/astro-i18next/commit/c23cd276753db5a5515ced8f33c745f6f2749a49)),
closes [#135](https://github.com/yassinedoghri/astro-i18next/issues/135)

# [1.0.0-beta.20](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2023-03-09)

### Bug Fixes
Expand Down
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.20",
"version": "1.0.0-beta.21",
"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 221b8d1

Please sign in to comment.