diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5f08c6a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +### 1.0.1 (2025-03-06) diff --git a/package-lock.json b/package-lock.json index 4ad2e7e..cba0047 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mcp-llm", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mcp-llm", - "version": "1.0.0", + "version": "1.0.1", "license": "ISC", "dependencies": { "@llamaindex/community": "0.0.88", diff --git a/package.json b/package.json index 4ca47b9..d243dde 100644 --- a/package.json +++ b/package.json @@ -63,5 +63,5 @@ "watch": "tsc --watch" }, "type": "module", - "version": "1.0.0" + "version": "1.0.1" }