Skip to content

Commit 5578bc0

Browse files
committed
chore(release): v1.83.2
1 parent aae20c2 commit 5578bc0

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
# Changelog
22

33

4+
## v1.83.2
5+
6+
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.83.1...v1.83.2)
7+
8+
### 🩹 Fixes
9+
10+
- **types:** Allow `unknown` type in `Translation` definition ([85f8d41](https://github.com/s00d/nuxt-i18n-micro/commit/85f8d41))
11+
- **page-manager:** Handle no prefix strategy in route adjustments ([aae20c2](https://github.com/s00d/nuxt-i18n-micro/commit/aae20c2))
12+
13+
### 💅 Refactors
14+
15+
- **types:** Rename `Translation` to `CleanTranslation` and update types ([c814477](https://github.com/s00d/nuxt-i18n-micro/commit/c814477))
16+
17+
### 📖 Documentation
18+
19+
- **$defineI18nRoute:** Clarify use-cases & add performance implications ([0f337dc](https://github.com/s00d/nuxt-i18n-micro/commit/0f337dc))
20+
- **localeRoutes:** Clarify navigation constraints when using localised routes ([cfad775](https://github.com/s00d/nuxt-i18n-micro/commit/cfad775))
21+
22+
### 🏡 Chore
23+
24+
- **release:** V1.83.1 ([fe2ed7b](https://github.com/s00d/nuxt-i18n-micro/commit/fe2ed7b))
25+
26+
### ❤️ Contributors
27+
28+
- Pavel Kuzmin ([@s00d](http://github.com/s00d))
29+
- Buzut ([@Buzut](http://github.com/Buzut))
30+
431
## v1.83.1
532

633
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.83.0...v1.83.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-i18n-micro",
3-
"version": "1.83.1",
3+
"version": "1.83.2",
44
"description": "Nuxt I18n Micro is a lightweight, high-performance internationalization module for Nuxt, designed to handle multi-language support with minimal overhead, fast build times, and efficient runtime performance.",
55
"repository": "s00d/nuxt-i18n-micro",
66
"license": "MIT",

0 commit comments

Comments
 (0)