Skip to content

Commit

Permalink
clarified version
Browse files Browse the repository at this point in the history
  • Loading branch information
shhlife committed Aug 29, 2024
1 parent 77e43f0 commit e14aaab
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions js/versions.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
export const versions = {
"version": "0.30.2",
"releaseDate": "2024-08-29",
"version": "0.30.2a",
"releaseDate": "2024-08-30",
"name": "ComfyUI-Griptape",
"description": "Griptape integration for ComfyUI",
"author": "Jason Schleifer",
"repository": "https://github.com/griptape-ai/ComfyUI-Griptape",
"changelog": [
{
"version": "0.30.2a",
"date": "2024-08-30",
"changes": [
"Added Griptape Tool: Extraction node",
"Added Griptape Tool: Prompt Summary",
"Addded max_tokens parameter to most prompt models",
]
},
{
"version": "0.30.2",
"date": "2024-08-29",
Expand Down

0 comments on commit e14aaab

Please sign in to comment.