Skip to content

Commit 5f79ca4

Browse files
committed
chore(version): release v4.1.1
1 parent a4fa212 commit 5f79ca4

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.1.1](https://github.com/nuxtlabs/docus/compare/v4.1.0...v4.1.1) (2025-09-04)
4+
5+
### Features
6+
7+
* **header:** add option to copy logo on right-click ([#1172](https://github.com/nuxtlabs/docus/issues/1172)) ([8d954a8](https://github.com/nuxtlabs/docus/commit/8d954a8c458e257ffcc861ac59e131ff3927b82a))
8+
9+
### Bug Fixes
10+
11+
* **app:** disable locale redirection check for non i18n ([9b8c571](https://github.com/nuxtlabs/docus/commit/9b8c57116610b9dcf4995c0a2c0b40f6e6eea90a))
12+
* **imports:** manually add useDocusI18n ([a4fa212](https://github.com/nuxtlabs/docus/commit/a4fa212cfac219e54a3b2106860c41782cf864b9))
13+
314
## [4.1.0](https://github.com/nuxtlabs/docus/compare/v4.0.4...v4.1.0) (2025-09-04)
415

516
### Features

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.0",
4+
"version": "4.1.1",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxtlabs/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.0",
4+
"version": "4.1.1",
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.0",
4+
"version": "4.1.1",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxtlabs/docus.git"

0 commit comments

Comments
 (0)