Skip to content

Commit c01adb8

Browse files
committed
chore(version): release v4.2.0
1 parent c1806d0 commit c01adb8

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [4.2.0](https://github.com/nuxt-content/docus/compare/v4.1.4...v4.2.0) (2025-09-19)
4+
5+
### Features
6+
7+
* **i18n:** add BE, PL, and RU locales ([#1186](https://github.com/nuxt-content/docus/issues/1186)) ([db3edb4](https://github.com/nuxt-content/docus/commit/db3edb46a65d494c04ff3c8fb9c7a128dab56cf4))
8+
* support custom layouts ([#1187](https://github.com/nuxt-content/docus/issues/1187)) ([a4cd642](https://github.com/nuxt-content/docus/commit/a4cd64205dac9ef572e17485f82353e2bdb9cab2))
9+
10+
### Bug Fixes
11+
12+
* unshift custom css to give a priority ([681d88e](https://github.com/nuxt-content/docus/commit/681d88e7467bb6963f1c60d6cc3da49bcda5407e))
13+
314
## [4.1.4](https://github.com/nuxt-content/docus/compare/v4.1.3...v4.1.4) (2025-09-11)
415

516
### 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": "4.1.4",
4+
"version": "4.2.0",
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": "4.1.4",
4+
"version": "4.2.0",
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": "4.1.4",
4+
"version": "4.2.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxt-content/docus.git"

0 commit comments

Comments
 (0)