chore: bump version to 0.2.0 for sitemap generation feature

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-04-22 22:10:14 -05:00
parent 50b87297d2
commit 979521800c
2 changed files with 5 additions and 1 deletions

View File

@@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased]
---
## [0.2.0] - 2026-04-23
### Added
- `GET /sitemap.xml` endpoint: returns a well-formed XML Sitemap (Sitemaps protocol 0.9) containing one `<url><loc>` per knowledge item from the KME Knowledge Search Service

View File

@@ -1,6 +1,6 @@
{
"name": "kme-content-adapter",
"version": "0.1.0",
"version": "0.2.0",
"description": "HTTP proxy adapter to search and export documents from KME",
"type": "module",
"main": "src/server.js",