Bump version to 0.19.1

This commit is contained in:
Ian Webster
2023-08-14 10:48:44 -07:00
parent c3e2d8b4a9
commit 2b12feff8d
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "promptfoo",
"version": "0.19.0",
"version": "0.19.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "promptfoo",
"version": "0.19.0",
"version": "0.19.1",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.5.2",

View File

@@ -2,7 +2,7 @@
"name": "promptfoo",
"description": "LLM eval & testing toolkit",
"author": "Ian Webster",
"version": "0.19.0",
"version": "0.19.1",
"license": "MIT",
"type": "commonjs",
"main": "dist/src/index.js",