Skip to content

Commit 626949b

Browse files
committed
chore(release): v1.97.0
1 parent 1220921 commit 626949b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.97.0
5+
6+
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.96.0...v1.97.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **assets:** Add logo SVG file for branding ([c30d52c](https://github.com/s00d/nuxt-i18n-micro/commit/c30d52c))
11+
- **assets:** Add logo SVG file for branding ([3678d93](https://github.com/s00d/nuxt-i18n-micro/commit/3678d93))
12+
- **assets:** Add logo SVG file for branding ([8417cc9](https://github.com/s00d/nuxt-i18n-micro/commit/8417cc9))
13+
- **types:** Add excludePatterns option to ModuleOptions interface ([b171580](https://github.com/s00d/nuxt-i18n-micro/commit/b171580))
14+
- **page-manager:** Add support for custom exclusion patterns in i18n ([d244b1f](https://github.com/s00d/nuxt-i18n-micro/commit/d244b1f))
15+
- **playground:** Add excludePatterns for static files and catch-all page ([83467a6](https://github.com/s00d/nuxt-i18n-micro/commit/83467a6))
16+
- **docs:** Add guide for excluding static files from i18n routing ([1220921](https://github.com/s00d/nuxt-i18n-micro/commit/1220921))
17+
18+
### 📖 Documentation
19+
20+
- **readme:** Update logo image to full version in README.md ([1146f35](https://github.com/s00d/nuxt-i18n-micro/commit/1146f35))
21+
22+
### ❤️ Contributors
23+
24+
- Pavel Kuzmin ([@s00d](http://github.com/s00d))
25+
426
## v1.96.0
527

628
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.95.0...v1.96.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.96.0",
3+
"version": "1.97.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)