Skip to content

Commit 6cd5008

Browse files
committed
chore(release): v1.102.0
1 parent 18565d4 commit 6cd5008

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.102.0
5+
6+
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.101.2...v1.102.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **types:** Enhance `DefineI18nRouteConfig` with new properties ([57ab76a](https://github.com/s00d/nuxt-i18n-micro/commit/57ab76a))
11+
- **module:** Add routeDisableMeta to handle disabled routes ([aec858d](https://github.com/s00d/nuxt-i18n-micro/commit/aec858d))
12+
- **route-utils:** Add function to check if meta tags should be disabled ([11fb1f4](https://github.com/s00d/nuxt-i18n-micro/commit/11fb1f4))
13+
- **meta:** Enhance meta generation with route-based checks ([f238ce8](https://github.com/s00d/nuxt-i18n-micro/commit/f238ce8))
14+
- **plugins:** Enhance `defineI18nRoute` with new route config type ([62b73b7](https://github.com/s00d/nuxt-i18n-micro/commit/62b73b7))
15+
- **pages:** Add pages to control i18n meta tag visibility ([368a60b](https://github.com/s00d/nuxt-i18n-micro/commit/368a60b))
16+
17+
### 💅 Refactors
18+
19+
- **utils:** Simplify `extractDefineI18nRouteData` return type. ([03a89ac](https://github.com/s00d/nuxt-i18n-micro/commit/03a89ac))
20+
21+
### 📖 Documentation
22+
23+
- **methods:** Update method descriptions and formatting in documentation ([2834bab](https://github.com/s00d/nuxt-i18n-micro/commit/2834bab))
24+
- **faq:** Update FAQ with new sections and improved clarity ([9c62264](https://github.com/s00d/nuxt-i18n-micro/commit/9c62264))
25+
- **getting-started:** Enhance the guide with clearer installation steps and features ([16b4fb0](https://github.com/s00d/nuxt-i18n-micro/commit/16b4fb0))
26+
- **guide:** Update per-component translations documentation ([6a41e61](https://github.com/s00d/nuxt-i18n-micro/commit/6a41e61))
27+
28+
### ✅ Tests
29+
30+
- **meta:** Add tests for disabling meta tags in various locales ([f62ed68](https://github.com/s00d/nuxt-i18n-micro/commit/f62ed68))
31+
32+
### ❤️ Contributors
33+
34+
- Pavel Kuzmin ([@s00d](http://github.com/s00d))
35+
436
## v1.101.2
537

638
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.101.1...v1.101.2)

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.101.2",
3+
"version": "1.102.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
"repository": "s00d/nuxt-i18n-micro",
66
"license": "MIT",

0 commit comments

Comments
 (0)