Skip to content

Commit af55a94

Browse files
committed
chore: Update version
1 parent c9d523b commit af55a94

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"files": [
1919
"./dist"
2020
],
21-
"version": "0.3.0",
21+
"version": "0.3.1",
2222
"description": "A generic LLM connector for integrating Large Language Models (LLMs) in React ChatBotify!",
2323
"type": "module",
2424
"main": "./dist/index.cjs",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
},
111111
"include": [
112112
"src/**/*",
113-
"types/*"
114113
],
115114
"exclude": ["node_modules"],
116115
}

0 commit comments

Comments
 (0)