Skip to content

Commit 754f9a1

Browse files
committed
chore(release): v1.100.1
1 parent 48897f5 commit 754f9a1

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v1.100.1
5+
6+
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.100.0...v1.100.1)
7+
8+
### 🩹 Fixes
9+
10+
- **text:** Correct constructor parameters for PageManager instantiation. ([1799aa3](https://github.com/s00d/nuxt-i18n-micro/commit/1799aa3))
11+
12+
### 💅 Refactors
13+
14+
- **utils:** Simplify extraction of i18n route data ([23aa57b](https://github.com/s00d/nuxt-i18n-micro/commit/23aa57b))
15+
16+
### 📖 Documentation
17+
18+
- **api:** Update method documentation with supported configuration formats ([1cf03ea](https://github.com/s00d/nuxt-i18n-micro/commit/1cf03ea))
19+
20+
### ✅ Tests
21+
22+
- **extract-define-i18n-route:** Add tests for extractDefineI18nRouteData function ([48897f5](https://github.com/s00d/nuxt-i18n-micro/commit/48897f5))
23+
24+
### ❤️ Contributors
25+
26+
- Pavel Kuzmin ([@s00d](http://github.com/s00d))
27+
428
## v1.100.0
529

630
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.99.0...v1.100.0)

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.100.0",
3+
"version": "1.100.1",
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)