File tree 4 files changed +22
-7
lines changed
4 files changed +22
-7
lines changed Original file line number Diff line number Diff line change
1
+ # v3.2.0
2
+
3
+ <!-- Release notes generated using configuration in .github/release.yml at release/v3.2.0 -->
4
+
5
+ ## What's Changed
6
+
7
+ ### Enhancements
8
+
9
+ - Blockheaders: Basic BlockHeaders API support. by @gmalouf in https://github.com/algorand/js-algorand-sdk/pull/926
10
+ - Dependencies: Bump webpack from 5.89.0 to 5.97.1 by @dependabot in https://github.com/algorand/js-algorand-sdk/pull/930
11
+ - feat: add Address as an ABIValue and handle encoding an Address by @joe-p in https://github.com/algorand/js-algorand-sdk/pull/911
12
+ - API: Support for header-only flag on /v2/block algod endpoint. by @github-actions in https://github.com/algorand/js-algorand-sdk/pull/939
13
+
14
+ ** Full Changelog** : https://github.com/algorand/js-algorand-sdk/compare/v3.1.0...v3.2.0
15
+
1
16
# v3.1.0
2
17
3
18
<!-- Release notes generated using configuration in .github/release.yml at release/v3.1.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:
24
24
25
25
``` html
26
26
<script
27
- src =" https://unpkg.com/algosdk@v3.1 .0/dist/browser/algosdk.min.js"
28
- integrity =" sha384-xqUrJcyrZRXbDnjLdCC1ZuMEVm2VMF/tHz0PUvm4wN0qXemGRXYIX19U2alJ27hB "
27
+ src =" https://unpkg.com/algosdk@v3.2 .0/dist/browser/algosdk.min.js"
28
+ integrity =" sha384-P3wogHQ1+Zf+KQbCx+X4AXICZ0I9nV2FkJuL/5QJ7xQYv44ctvHyz026hnxuhLDR "
29
29
crossorigin =" anonymous"
30
30
></script >
31
31
```
34
34
35
35
``` html
36
36
<script
37
- src =" https://cdn.jsdelivr.net/npm/algosdk@v3.1 .0/dist/browser/algosdk.min.js"
38
- integrity =" sha384-xqUrJcyrZRXbDnjLdCC1ZuMEVm2VMF/tHz0PUvm4wN0qXemGRXYIX19U2alJ27hB "
37
+ src =" https://cdn.jsdelivr.net/npm/algosdk@v3.2 .0/dist/browser/algosdk.min.js"
38
+ integrity =" sha384-P3wogHQ1+Zf+KQbCx+X4AXICZ0I9nV2FkJuL/5QJ7xQYv44ctvHyz026hnxuhLDR "
39
39
crossorigin =" anonymous"
40
40
></script >
41
41
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " algosdk" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " The official JavaScript SDK for Algorand" ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
You can’t perform that action at this time.
0 commit comments