From 12a77e0f4211186bd4de4c0bd588ba8ea4ee19e7 Mon Sep 17 00:00:00 2001 From: "kirchdev-release[bot]" <287319172+kirchdev-release[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 13:27:30 +0000 Subject: [PATCH] chore(main): release duxt 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ packages/duxt/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b1957cd..fe34657e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/duxt": "0.5.0" + "packages/duxt": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e46d8ecc..b6dcd3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.6.0](https://github.com/kirchDev/duxt/compare/duxt@v0.5.0...duxt@v0.6.0) (2026-09-15) + + +### Features + +* **sources:** recognise component-prefixed release tags ([cb93d59](https://github.com/kirchDev/duxt/commit/cb93d59fa983448aed1c42c5c4d2c424093a5294)) + + +### Bug Fixes + +* **changelog:** assign contributors through the git graph ([a707406](https://github.com/kirchDev/duxt/commit/a7074069f83801c5c0840b3b5a5ebb4606c3735b)) +* **sources:** split a release tag at its last @ instead of by one pattern ([52a92ee](https://github.com/kirchDev/duxt/commit/52a92eeb19874f9b6db039e99d45b735f819ba90)) +* **types:** accept releases on a source in app.config ([d2ce31f](https://github.com/kirchDev/duxt/commit/d2ce31fe4bf3547949ff31a69f141b1c2c177fa2)) + ## [0.5.0](https://github.com/kirchDev/duxt/compare/v0.4.0...v0.5.0) (2026-09-14) diff --git a/packages/duxt/package.json b/packages/duxt/package.json index 2d1aa600..d53706fc 100644 --- a/packages/duxt/package.json +++ b/packages/duxt/package.json @@ -1,7 +1,7 @@ { "$schema": "https://www.schemastore.org/package.json", "name": "@kirchdev/duxt", - "version": "0.5.0", + "version": "0.6.0", "description": "duxt is a Nuxt layer: extend it and your docs/ folder becomes a site, with theme, search, API reference and llms.txt included. Point it at other repositories, or at tags of the same one, and each becomes a version.", "keywords": [ "content-v3",