Skip to content

Commit c448583

Browse files
committed
chore(version): release v5.4.2
1 parent 49f5bd7 commit c448583

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

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

3+
## [5.4.2](https://github.com/nuxt-content/docus/compare/v5.4.1...v5.4.2) (2026-01-07)
4+
5+
### Features
6+
7+
* **i18n:** add Chinese (zh-CN) locale ([#1244](https://github.com/nuxt-content/docus/issues/1244)) ([3f7d034](https://github.com/nuxt-content/docus/commit/3f7d0343ac4724884539c1c76ff1ea2299c7ca98))
8+
* **i18n:** add Indonesian (id) support ([#1239](https://github.com/nuxt-content/docus/issues/1239)) ([c95e612](https://github.com/nuxt-content/docus/commit/c95e61276e0b6887ea624810f67ee73e8cc427ba))
9+
* **i18n:** add pt-BR locale ([#1231](https://github.com/nuxt-content/docus/issues/1231)) ([0eb5bba](https://github.com/nuxt-content/docus/commit/0eb5bba6a1724d0e2c012d814ede6310b53d896c))
10+
* **i18n:** add Sinhala (si) locale ([#1237](https://github.com/nuxt-content/docus/issues/1237)) ([610ec82](https://github.com/nuxt-content/docus/commit/610ec821b59ef7616b3f6bda15e98749ecb342af))
11+
* **i18n:** add Turkish (tr) locale ([#1236](https://github.com/nuxt-content/docus/issues/1236)) ([25dc07b](https://github.com/nuxt-content/docus/commit/25dc07b168d395771da439fae584d86309cfc79f))
12+
313
## [5.4.1](https://github.com/nuxt-content/docus/compare/v5.4.0...v5.4.1) (2025-12-19)
414

515
### Bug Fixes

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-docus",
33
"description": "CLI for creating Docus documentation projects",
4-
"version": "5.4.1",
4+
"version": "5.4.2",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxt-content/docus.git"

layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docus",
33
"description": "Nuxt layer for Docus documentation theme",
4-
"version": "5.4.1",
4+
"version": "5.4.2",
55
"type": "module",
66
"main": "./nuxt.config.ts",
77
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docus-workspace",
33
"description": "Minimal Documentation theme and CLI for shared usage across Nuxt modules",
4-
"version": "5.4.1",
4+
"version": "5.4.2",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxt-content/docus.git"

0 commit comments

Comments
 (0)