Skip to content

Commit 1042fd3

Browse files
committed
chore(release): v1.87.0
1 parent 387092b commit 1042fd3

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.87.0
5+
6+
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.86.0...v1.87.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **locale-head:** Add query filtering for SEO canonical links ([8ba736d](https://github.com/s00d/nuxt-i18n-micro/commit/8ba736d))
11+
12+
### 🩹 Fixes
13+
14+
- **routes:** Correct method name for retrieving cached content ([a7c4ab5](https://github.com/s00d/nuxt-i18n-micro/commit/a7c4ab5))
15+
16+
### 💅 Refactors
17+
18+
- **tests:** Remove deprecated `test.sh` and integrate tests in Vitest ([5b31255](https://github.com/s00d/nuxt-i18n-micro/commit/5b31255))
19+
20+
### 📖 Documentation
21+
22+
- **performance-results:** Update dependency versions and performance metrics ([b592342](https://github.com/s00d/nuxt-i18n-micro/commit/b592342))
23+
- **guide:** Add documentation for canonicalQueryWhitelist option ([387092b](https://github.com/s00d/nuxt-i18n-micro/commit/387092b))
24+
25+
### ✅ Tests
26+
27+
- **seo:** Add SEO tests for canonical URLs and locale attributes ([98739f5](https://github.com/s00d/nuxt-i18n-micro/commit/98739f5))
28+
29+
### ❤️ Contributors
30+
31+
- Pavel Kuzmin ([@s00d](http://github.com/s00d))
32+
433
## v1.86.0
534

635
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.85.1...v1.86.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.86.0",
3+
"version": "1.87.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)