Skip to content

Commit

Permalink
fix: make about field optional (#1024)
Browse files Browse the repository at this point in the history
* fix: make about field optional

* v0.11.35

---------

Co-authored-by: Chaitanya <yourchaitu@gmail.com>
  • Loading branch information
wa0x6e and ChaituVR committed Jun 18, 2024
1 parent d052be2 commit 1f6cfd2
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.11.34",
"version": "0.11.35",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/statement.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"title": "status"
}
},
"required": ["about"],
"required": [],
"additionalProperties": false
}
}
Expand Down

0 comments on commit 1f6cfd2

Please sign in to comment.