Skip to content

Commit f52dc81

Browse files
committed
chore(release): v1.99.0
1 parent 7df8b03 commit f52dc81

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

33

4+
## v1.99.0
5+
6+
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.98.0...v1.99.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **types:** Add experimental i18nPreviousPageFallback option ([7df8b03](https://github.com/s00d/nuxt-i18n-micro/commit/7df8b03))
11+
12+
### 🏡 Chore
13+
14+
- **ci:** Update dependency installation process in CI workflow ([21f3e10](https://github.com/s00d/nuxt-i18n-micro/commit/21f3e10))
15+
- **ci:** Remove redundant build step from workflow ([1078250](https://github.com/s00d/nuxt-i18n-micro/commit/1078250))
16+
- **test/fixtures:** Remove unused scripts from package.json ([a48848c](https://github.com/s00d/nuxt-i18n-micro/commit/a48848c))
17+
18+
### ❤️ Contributors
19+
20+
- Pavel Kuzmin ([@s00d](http://github.com/s00d))
21+
422
## v1.98.0
523

624
[compare changes](https://github.com/s00d/nuxt-i18n-micro/compare/v1.97.0...v1.98.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.98.0",
3+
"version": "1.99.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)