add changeset

This commit is contained in:
Marcus Schiesser
2025-03-23 18:02:47 +02:00
parent a46e340c00
commit 7f1b5d09a1
7 changed files with 1083 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
# Changesets
This directory contains [changesets](https://github.com/changesets/changesets) which are used to generate the changelog and handle versioning for this package.
When you make a change that requires a version bump, run `npx changeset` and follow the prompts to create a new changeset file.
The changeset will be automatically used to create a PR that bumps the version and updates the changelog when the changes are merged to the main branch.
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
+5
View File
@@ -0,0 +1,5 @@
---
"@llamaindex/mcp-server-llamacloud": patch
---
Support multiple indexes