Skip to content

Commit

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

### Bug Fixes

* add missing `script` to regex in resolveRelativePathsLevel ([9288efe](9288efe)), closes [#129](#129)
* get astro pages' full paths using fdir's withFullPaths instead of withRelativePaths ([92a5178](92a5178)), closes [#135](#135)

### Features

* make base path for i18next resources configurable ([4e4b057](4e4b057))
  • Loading branch information
semantic-release-bot committed Mar 9, 2023
1 parent 92a5178 commit e4deac9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [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

- add missing `script` to regex in resolveRelativePathsLevel
([9288efe](https://github.com/yassinedoghri/astro-i18next/commit/9288efef47dbfadce8b02de0b8e3222b0d518537)),
closes [#129](https://github.com/yassinedoghri/astro-i18next/issues/129)
- get astro pages' full paths using fdir's withFullPaths instead of
withRelativePaths
([92a5178](https://github.com/yassinedoghri/astro-i18next/commit/92a51780956d02451870eed5fa2ec3d996eb33ec)),
closes [#135](https://github.com/yassinedoghri/astro-i18next/issues/135)

### Features

- make base path for i18next resources configurable
([4e4b057](https://github.com/yassinedoghri/astro-i18next/commit/4e4b0572fa5bf8ac0e81ae5b0b374928589a9f6c))

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

### 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.19",
"version": "1.0.0-beta.20",
"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 e4deac9

Please sign in to comment.