Skip to content

Commit

Permalink
feat: increase vote reason length to 5000 (#1079)
Browse files Browse the repository at this point in the history
* feat: increase vote reason length to 5000

* v0.12.28

---------

Co-authored-by: Chaitanya <[email protected]>
  • Loading branch information
Sekhmet and ChaituVR authored Oct 18, 2024
1 parent 8ac51b9 commit 2c22ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.12.27",
"version": "0.12.28",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/vote.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"reason": {
"type": "string",
"title": "reason",
"maxLength": 1000
"maxLength": 5000
},
"app": {
"type": "string",
Expand Down

0 comments on commit 2c22ba2

Please sign in to comment.