Skip to content

Commit 79bcd57

Browse files
committed
chore(release): v1.92.0
1 parent 0b1d72b commit 79bcd57

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.92.0
5+
6+
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.90.0...v1.92.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **pages:** Enhance content loading with loading state and error handling ([63a42bd](https://github.com/s00d/nuxt-i18n-micro/commit/63a42bd))
11+
12+
### 🩹 Fixes
13+
14+
- **useLocaleHead:** Handle absence of locale functions gracefully ([be0a9f2](https://github.com/s00d/nuxt-i18n-micro/commit/be0a9f2))
15+
- **playwright:** Reduce number of workers for non-CI environments ([15d43fe](https://github.com/s00d/nuxt-i18n-micro/commit/15d43fe))
16+
- **playwright:** Reduce number of workers for non-CI environments ([1167dcd](https://github.com/s00d/nuxt-i18n-micro/commit/1167dcd))
17+
18+
### 🏡 Chore
19+
20+
- **version:** Bump version to 1.91.0 in `package.json` ([fcda15e](https://github.com/s00d/nuxt-i18n-micro/commit/fcda15e))
21+
- **playwright:** Fix ts ([0b1d72b](https://github.com/s00d/nuxt-i18n-micro/commit/0b1d72b))
22+
23+
### ✅ Tests
24+
25+
- **content:** Update span locator tests to target data-item block ([aabb974](https://github.com/s00d/nuxt-i18n-micro/commit/aabb974))
26+
27+
### ❤️ Contributors
28+
29+
- Pavel Kuzmin ([@s00d](http://github.com/s00d))
30+
431
## v1.90.0
532

633
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.89.0...v1.90.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.91.0",
3+
"version": "1.92.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)