diff --git a/CHANGELOG.md b/CHANGELOG.md index 01283cc..f7545a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 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",