fix(stronghold): remove constructor, add static load function (#416)

This commit is contained in:
Lucas Fernandes Nogueira
2023-06-06 04:50:05 -07:00
committed by GitHub
parent 29bf8a2ab4
commit b3d7d11ae3
2 changed files with 10 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"stronghold-js": minor
---
Added `Stronghold.load` and removed its constructor.