diff --git a/.changeset/fresh-swans-type.md b/.changeset/fresh-swans-type.md deleted file mode 100644 index 059f4b19..00000000 --- a/.changeset/fresh-swans-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@folks-finance/algorand-sdk": patch ---- - -fix testnet xalgo pool app id diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ebfecc2..87bee1cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @folks-finance/algorand-sdk +## 0.0.4 + +### Patch Changes + +- [#61](https://github.com/Folks-Finance/algorand-js-sdk/pull/61) [`c149f70`](https://github.com/Folks-Finance/algorand-js-sdk/commit/c149f700b352631ac2c6ecf693a747189607afed) Thanks [@gidonkatten](https://github.com/gidonkatten)! - fix testnet xalgo pool app id + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index cdef3756..b8864979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folks-finance/algorand-sdk", - "version": "0.0.3", + "version": "0.0.4", "description": "The official JavaScript SDK for the Folks Finance Protocol", "main": "dist/index.js", "types": "dist/types/index.d.ts",