Skip to content

Commit 92259d3

Browse files
committed
chore(version): release v5.2.2
1 parent cd10346 commit 92259d3

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [5.2.2](https://github.com/nuxt-content/docus/compare/v5.2.1...v5.2.2) (2025-11-17)
4+
5+
### Features
6+
7+
* **i18n:** add Dutch (nl) locale ([#1205](https://github.com/nuxt-content/docus/issues/1205)) ([ef48f7e](https://github.com/nuxt-content/docus/commit/ef48f7ecc8a30cf1a4337168089506fda7ae5b95))
8+
* **i18n:** add Finish (fi) locale ([6d10951](https://github.com/nuxt-content/docus/commit/6d1095100dcf11b84d70c7ca4673eefe4272d821))
9+
* **i18n:** add Spanish (es) locale ([#1208](https://github.com/nuxt-content/docus/issues/1208)) ([30f8c6b](https://github.com/nuxt-content/docus/commit/30f8c6b81ce67b1d41fb2fe012bb1972a2ed05a5))
10+
311
## [5.2.1](https://github.com/nuxt-content/docus/compare/v5.2.0...v5.2.1) (2025-10-14)
412

513
### 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": "5.2.1",
4+
"version": "5.2.2",
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.2.1",
4+
"version": "5.2.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": "5.2.1",
4+
"version": "5.2.2",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nuxt-content/docus.git"

0 commit comments

Comments
 (0)