File tree Expand file tree Collapse file tree 4 files changed +32
-7
lines changed
Expand file tree Collapse file tree 4 files changed +32
-7
lines changed Original file line number Diff line number Diff line change 1+ # v3.3.0
2+
3+ <!-- Release notes generated using configuration in .github/release.yml at release/v3.3.0 -->
4+
5+ ## What's Changed
6+
7+ ### Bugfixes
8+
9+ - DevOps: Fix docker-test by locking to amd64 and updating dependencies by @onetechnical in https://github.com/algorand/js-algorand-sdk/pull/955
10+ - Build: Fix Box API Pagination-dependent integration tests by @gmalouf in https://github.com/algorand/js-algorand-sdk/pull/961
11+ - Build: Revert bad CHANGELOG/package version updates. by @gmalouf in https://github.com/algorand/js-algorand-sdk/pull/965
12+ - Docs: fix link in README so it works in typedoc by @gmalouf in https://github.com/algorand/js-algorand-sdk/pull/966
13+
14+ ### Enhancements
15+
16+ - Devops: Release process update by @gmalouf in https://github.com/algorand/js-algorand-sdk/pull/950
17+ - API: Algorand 4.1 api updates by @gmalouf in https://github.com/algorand/js-algorand-sdk/pull/979
18+
19+ ### Other
20+
21+ - Bump axios from 1.7.9 to 1.8.4 by @dependabot in https://github.com/algorand/js-algorand-sdk/pull/963
22+ - Bump esbuild and tsx by @dependabot in https://github.com/algorand/js-algorand-sdk/pull/964
23+
24+ ** Full Changelog** : https://github.com/algorand/js-algorand-sdk/compare/v3.2.0...v3.3.0
25+
126# v3.2.0
227
328<!-- Release notes generated using configuration in .github/release.yml at release/v3.2.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.2 .0/dist/browser/algosdk.min.js"
28- integrity =" sha384-P3wogHQ1+Zf+KQbCx+X4AXICZ0I9nV2FkJuL/5QJ7xQYv44ctvHyz026hnxuhLDR "
27+ src =" https://unpkg.com/algosdk@v3.3 .0/dist/browser/algosdk.min.js"
28+ integrity =" sha384-q14GmXcqB0Pg4D0K5EsuV8xibRcsA/Nu4uuHSKPrmild6E1Naw7vxHJBvX1o3qZV "
2929 crossorigin =" anonymous"
3030></script >
3131```
3434
3535``` html
3636<script
37- src =" https://cdn.jsdelivr.net/npm/algosdk@v3.2 .0/dist/browser/algosdk.min.js"
38- integrity =" sha384-P3wogHQ1+Zf+KQbCx+X4AXICZ0I9nV2FkJuL/5QJ7xQYv44ctvHyz026hnxuhLDR "
37+ src =" https://cdn.jsdelivr.net/npm/algosdk@v3.3 .0/dist/browser/algosdk.min.js"
38+ integrity =" sha384-q14GmXcqB0Pg4D0K5EsuV8xibRcsA/Nu4uuHSKPrmild6E1Naw7vxHJBvX1o3qZV "
3939 crossorigin =" anonymous"
4040></script >
4141```
Original file line number Diff line number Diff line change 11{
22 "name" : " algosdk" ,
3- "version" : " 3.2 .0" ,
3+ "version" : " 3.3 .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