Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.18 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.18](v1.0.0-beta.17...v1.0.0-beta.18) (2023-02-26)

### Bug Fixes

* handle localizePath trailing slash depending on astro's trailingSlash config ([880666c](880666c)), closes [#119](#119)

### Features

* **language-selector:** add languageMapping prop to rename languages of choice ([20d94e4](20d94e4)), closes [#116](#116)
  • Loading branch information
semantic-release-bot committed Feb 26, 2023
1 parent 880666c commit 890ffdf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0-beta.18](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2023-02-26)


### Bug Fixes

* handle localizePath trailing slash depending on astro's trailingSlash config ([880666c](https://github.com/yassinedoghri/astro-i18next/commit/880666c83b7ef6ac304658546ce08407ddea4db2)), closes [#119](https://github.com/yassinedoghri/astro-i18next/issues/119)


### Features

* **language-selector:** add languageMapping prop to rename languages of choice ([20d94e4](https://github.com/yassinedoghri/astro-i18next/commit/20d94e4b1b221cad02d15b68124dc9b03367bfb9)), closes [#116](https://github.com/yassinedoghri/astro-i18next/issues/116)

# [1.0.0-beta.17](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2023-01-24)

### Features
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.17",
"version": "1.0.0-beta.18",
"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 890ffdf

Please sign in to comment.