Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Sep 23, 2020
1 parent 8c7f21a commit c012397
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.7.2
## Fixed
- Fixed msgpack endpoints returning undefined in browsers (#210 and #215).
- Removed use of class properties (#213).
## Changed
- Remove unneeded dependency js-yaml and changed mock-http-server to a dev dependency (#214 and #212).
# 1.7.1
## Fixed
- Fixed set Accept on GET calls
Expand Down
2 changes: 1 addition & 1 deletion dist/algosdk.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algosdk",
"version": "1.7.1",
"version": "1.7.2",
"description": "algosdk is Algorand's official javascript SDK",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit c012397

Please sign in to comment.