Skip to content

Commit e2bb3c3

Browse files
committed
chore(version): release v5.7.0
1 parent 2de1c27 commit e2bb3c3

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.7.0](https://github.com/nuxt-content/docus/compare/v5.6.1...v5.7.0) (2026-02-27)
4+
5+
### Features
6+
7+
* **customization:** native support for custom icons ([#1288](https://github.com/nuxt-content/docus/issues/1288)) ([77e3677](https://github.com/nuxt-content/docus/commit/77e367759ee5023dc5b1a0afe5a80c976b5ce7a2))
8+
9+
### Bug Fixes
10+
11+
* **layer:** improve og image generation ([#1286](https://github.com/nuxt-content/docus/issues/1286)) ([c952adc](https://github.com/nuxt-content/docus/commit/c952adc58a655ef042f9e4e12f9b7dcd0af80de1))
12+
313
## [5.6.1](https://github.com/nuxt-content/docus/compare/v5.6.0...v5.6.1) (2026-02-19)
414

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

0 commit comments

Comments
 (0)