Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.16 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.16](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](ad1d24f)), closes [#105](#105)
  • Loading branch information
semantic-release-bot committed Jan 22, 2023
1 parent ad1d24f commit 2b30073
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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",
Expand Down

0 comments on commit 2b30073

Please sign in to comment.