File tree Expand file tree Collapse file tree 4 files changed +26
-7
lines changed
Expand file tree Collapse file tree 4 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 1+ # v3.5.0
2+
3+ <!-- Release notes generated using configuration in .github/release.yml at release/v3.5.0 -->
4+
5+ ## What's Changed
6+
7+ ### Enhancements
8+
9+ - Deps: Bump tmp from 0.2.3 to 0.2.4 by @dependabot [ bot] in https://github.com/algorand/js-algorand-sdk/pull/995
10+ - API: Regenerate code with the latest specification file (e4539acc) by @github-actions [ bot] in https://github.com/algorand/js-algorand-sdk/pull/997
11+ - Signatures: support lmsig logicsig signatures by @cce in https://github.com/algorand/js-algorand-sdk/pull/999
12+ - types: add txn access by @algorandskiy in https://github.com/algorand/js-algorand-sdk/pull/1000
13+
14+ ## New Contributors
15+
16+ - @cce made their first contribution in https://github.com/algorand/js-algorand-sdk/pull/999
17+
18+ ** Full Changelog** : https://github.com/algorand/js-algorand-sdk/compare/v3.4.0...v3.5.0
19+
120# v3.4.0
221
322<!-- Release notes generated using configuration in .github/release.yml at release/v3.4.0 -->
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ Include a minified browser bundle directly in your HTML like so:
2424
2525``` html
2626<script
27- src =" https://unpkg.com/algosdk@v3.4 .0/dist/browser/algosdk.min.js"
28- integrity =" sha384-5ARQjLN++WfO0OQzHUDegtUVZZ/XfJfWUqhO7F7cWVZGEEyhMjUEgg4T1bv/u5yX "
27+ src =" https://unpkg.com/algosdk@v3.5 .0/dist/browser/algosdk.min.js"
28+ integrity =" sha384-xClQGD8Cj78RAehQO2QmWnWfAMmKJHH6PTxlY8+WMnpAPczEKxiPBv1FdEP8Afhl "
2929 crossorigin =" anonymous"
3030></script >
3131```
3434
3535``` html
3636<script
37- src =" https://cdn.jsdelivr.net/npm/algosdk@v3.4 .0/dist/browser/algosdk.min.js"
38- integrity =" sha384-5ARQjLN++WfO0OQzHUDegtUVZZ/XfJfWUqhO7F7cWVZGEEyhMjUEgg4T1bv/u5yX "
37+ src =" https://cdn.jsdelivr.net/npm/algosdk@v3.5 .0/dist/browser/algosdk.min.js"
38+ integrity =" sha384-xClQGD8Cj78RAehQO2QmWnWfAMmKJHH6PTxlY8+WMnpAPczEKxiPBv1FdEP8Afhl "
3939 crossorigin =" anonymous"
4040></script >
4141```
Original file line number Diff line number Diff line change 11{
22 "name" : " algosdk" ,
3- "version" : " 3.4 .0" ,
3+ "version" : " 3.5 .0" ,
44 "description" : " The official JavaScript SDK for Algorand" ,
55 "main" : " dist/cjs/index.js" ,
66 "module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments