Skip to content

Commit 3ed841b

Browse files
committed
chore(release): v1.94.0
1 parent c324ed7 commit 3ed841b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

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.94.0
5+
6+
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.93.0...v1.94.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **pluralization:** Enhance handling of empty and undefined forms ([0017bed](https://github.com/s00d/nuxt-i18n-micro/commit/0017bed))
11+
12+
### 🩹 Fixes
13+
14+
- **core:** Correct version numbers in package.json files ([c324ed7](https://github.com/s00d/nuxt-i18n-micro/commit/c324ed7))
15+
16+
### 💅 Refactors
17+
18+
- **module:** Improve type safety for Nuxt's generate options ([905bbe5](https://github.com/s00d/nuxt-i18n-micro/commit/905bbe5))
19+
20+
### 🏡 Chore
21+
22+
- **core:** Update package versions and file extensions to .mts ([985929d](https://github.com/s00d/nuxt-i18n-micro/commit/985929d))
23+
24+
### ❤️ Contributors
25+
26+
- Pavel Kuzmin ([@s00d](http://github.com/s00d))
27+
428
## v1.93.0
529

630
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.92.0...v1.93.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.93.0",
3+
"version": "1.94.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)