Skip to content

Commit d7d33ad

Browse files
committed
chore(version): release v5.0.1
1 parent b409790 commit d7d33ad

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+
## [5.0.1](https://github.com/nuxt-content/docus/compare/v5.0.0...v5.0.1) (2025-09-29)
4+
5+
### Features
6+
7+
* **layout:** handle deeply nested content ([#1190](https://github.com/nuxt-content/docus/issues/1190)) ([4d7fe16](https://github.com/nuxt-content/docus/commit/4d7fe1646996eef1dc11de18769f426fa560159b))
8+
9+
### Bug Fixes
10+
11+
* **types:** annotate github app config type to allow false ([#1188](https://github.com/nuxt-content/docus/issues/1188)) ([7f7a2c7](https://github.com/nuxt-content/docus/commit/7f7a2c7f81f2cf824852ab32dc1e36923bd188db))
12+
* **typescript:** handle github config set to false ([#1189](https://github.com/nuxt-content/docus/issues/1189)) ([9f797a6](https://github.com/nuxt-content/docus/commit/9f797a6f7bf7b3acc3dd20cd8e7017eb80dd4e30))
13+
314
## [5.0.0](https://github.com/nuxt-content/docus/compare/v4.2.0...v5.0.0) (2025-09-24)
415

516
### ⚠ BREAKING CHANGES

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.0.0",
4+
"version": "5.0.1",
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.0.0",
4+
"version": "5.0.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": "5.0.0",
4+
"version": "5.0.1",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxt-content/docus.git"

0 commit comments

Comments
 (0)