diff --git a/.changeset/giant-toys-guess.md b/.changeset/giant-toys-guess.md deleted file mode 100644 index 34a5be7..0000000 --- a/.changeset/giant-toys-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@shadeprotocol/shadejs": patch ---- - -patched a parsing bug where contract address was being used for code hash diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0e211..9bbbf4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # shadejs +## 1.5.9 + +### Patch Changes + +- bf1571a: patched a parsing bug where contract address was being used for code hash + ## 1.5.8 ### Patch Changes diff --git a/package.json b/package.json index 621b4f5..642d3a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@shadeprotocol/shadejs", "description": "The Typescript SDK for Shade Protocol", - "version": "1.5.8", + "version": "1.5.9", "author": "Secure Secrets", "bugs": { "url": "https://github.com/securesecrets/shadejs/issues"