Skip to content

Commit 83e313c

Browse files
committed
chore(version): release v4.0.2
1 parent 2ef0181 commit 83e313c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## [4.0.2](https://github.com/nuxtlabs/docus/compare/v4.0.1...v4.0.2) (2025-07-25)
4+
5+
### Bug Fixes
6+
7+
* **deps:** rollback to i18n v9 for redirection issue ([2ef0181](https://github.com/nuxtlabs/docus/commit/2ef018140c47a7ac3ce0ae3acd12f8ae9a2d5ccf))
8+
39
## [4.0.1](https://github.com/nuxtlabs/docus/compare/v4.0.0...v4.0.1) (2025-07-25)
410

511
### 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.0.1",
4+
"version": "4.0.2",
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.0.1",
4+
"version": "4.0.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": "4.0.1",
4+
"version": "4.0.2",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxtlabs/docus.git"

0 commit comments

Comments
 (0)