Skip to content

Commit 1923cc3

Browse files
committed
chore(release): v3.25.0
1 parent bfda069 commit 1923cc3

2 files changed

Lines changed: 44 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v3.25.0
5+
6+
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v3.24.3...v3.25.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **meta:** Fall back to site.url for SEO base ([d2996b1f](https://github.com/s00d/nuxt-i18n-micro/commit/d2996b1f))
11+
- **utils:** Add splitLocaleRoutes for programmatic pages ([084df974](https://github.com/s00d/nuxt-i18n-micro/commit/084df974))
12+
13+
### 🩹 Fixes
14+
15+
- **path-strategy:** LocalePath dash nest and param matchers ([d151f7cc](https://github.com/s00d/nuxt-i18n-micro/commit/d151f7cc))
16+
- **path-strategy:** Keep nested parent when child is absolute ([08dd21e3](https://github.com/s00d/nuxt-i18n-micro/commit/08dd21e3))
17+
- **seo:** Emit hreflang from iso, not routing code ([cd932e89](https://github.com/s00d/nuxt-i18n-micro/commit/cd932e89))
18+
- **core:** Chain custom plural null to defaultPlural ([65d72d18](https://github.com/s00d/nuxt-i18n-micro/commit/65d72d18))
19+
- Honor autoDetectPath for preference redirects ([d182a92f](https://github.com/s00d/nuxt-i18n-micro/commit/d182a92f))
20+
- **redirect:** Keep localeRoutes aliases under autoDetectPath / ([bfda069e](https://github.com/s00d/nuxt-i18n-micro/commit/bfda069e))
21+
22+
### 📖 Documentation
23+
24+
- Drop stale isCatchallLocale from package API pages ([a2eac5ee](https://github.com/s00d/nuxt-i18n-micro/commit/a2eac5ee))
25+
- Drop unreleased news stubs ([c9ddebf2](https://github.com/s00d/nuxt-i18n-micro/commit/c9ddebf2))
26+
27+
### 🏡 Chore
28+
29+
- Cascade bump packages after types/utils release pins ([030834e5](https://github.com/s00d/nuxt-i18n-micro/commit/030834e5))
30+
31+
### ✅ Tests
32+
33+
- Expect hreflang from iso in og-locale fixture ([268a9a49](https://github.com/s00d/nuxt-i18n-micro/commit/268a9a49))
34+
35+
### 🎨 Styles
36+
37+
- Apply oxfmt after checks pipeline ([d2b6ed77](https://github.com/s00d/nuxt-i18n-micro/commit/d2b6ed77))
38+
39+
### 🤖 CI
40+
41+
- **scripts:** Gate root version and CHANGELOG edits ([951492f7](https://github.com/s00d/nuxt-i18n-micro/commit/951492f7))
42+
43+
### ❤️ Contributors
44+
45+
- Pavel Kuzmin ([@s00d](http://github.com/s00d))
46+
447
## v3.24.3
548

649
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v3.24.1...v3.24.3)

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": "3.24.3",
3+
"version": "3.25.0",
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
"keywords": [
66
"i18n",

0 commit comments

Comments
 (0)