From 36b072ca760b8bee2ce96e237406a6db80dc6408 Mon Sep 17 00:00:00 2001 From: "dextree-release-bot[bot]" <287913114+dextree-release-bot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 10:03:40 +0000 Subject: [PATCH 1/2] chore(main): release 1.15.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01283cc..cd5816c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.0](https://github.com/dgtalbug/dextree/compare/v1.14.0...v1.15.0) (2026-05-30) + + +### Features + +* **slice-032:** integrate logger interface across extractors and improve error handling ([#137](https://github.com/dgtalbug/dextree/issues/137)) ([faf8f53](https://github.com/dgtalbug/dextree/commit/faf8f53abd3d1c6e499c6460b29ea032906b47c1)) + ## [1.14.0](https://github.com/dgtalbug/dextree/compare/v1.13.0...v1.14.0) (2026-05-30) ### Features diff --git a/package.json b/package.json index d83943b..8a52f8a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dextree", "description": "VS Code-first semantic graph tooling for code intelligence.", "private": true, - "version": "1.14.0", + "version": "1.15.0", "license": "MIT", "type": "module", "packageManager": "pnpm@11.1.2", From fbc62dcb3f3be22ac1306f7592a93f1f777183e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 10:04:07 +0000 Subject: [PATCH 2/2] chore(ci): apply Prettier formatting to CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5816c..f7545a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,9 @@ ## [1.15.0](https://github.com/dgtalbug/dextree/compare/v1.14.0...v1.15.0) (2026-05-30) - ### Features -* **slice-032:** integrate logger interface across extractors and improve error handling ([#137](https://github.com/dgtalbug/dextree/issues/137)) ([faf8f53](https://github.com/dgtalbug/dextree/commit/faf8f53abd3d1c6e499c6460b29ea032906b47c1)) +- **slice-032:** integrate logger interface across extractors and improve error handling ([#137](https://github.com/dgtalbug/dextree/issues/137)) ([faf8f53](https://github.com/dgtalbug/dextree/commit/faf8f53abd3d1c6e499c6460b29ea032906b47c1)) ## [1.14.0](https://github.com/dgtalbug/dextree/compare/v1.13.0...v1.14.0) (2026-05-30)