Skip to content

Commit

Permalink
Release 1.4.0 (#92)
Browse files Browse the repository at this point in the history
* Release 1.4.0
  • Loading branch information
algorotem authored Nov 21, 2019
1 parent 085a444 commit 5609cfe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.4.0
# Added
- Added support for Algorand Standardized Assets (ASA)
- Added support for Algorand Smart Contracts (ASC)
- Added support for Hashed Time Lock Contract (HTLC)
- Added support for Split contract
- Added support for Group Transactions
- Added support for leases
# 1.3.1
## Changed
- msgpack lib was replaced with the official https://github.com/msgpack/msgpack-javascript
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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algosdk",
"version": "1.3.1",
"version": "1.4.0",
"description": "algosdk is Algorand's official javascript SDK",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 5609cfe

Please sign in to comment.