File tree Expand file tree Collapse file tree 4 files changed +35
-7
lines changed Expand file tree Collapse file tree 4 files changed +35
-7
lines changed Original file line number Diff line number Diff line change 1+ # v3.4.0
2+
3+ <!-- Release notes generated using configuration in .github/release.yml at release/v3.4.0 -->
4+
5+ ## What's Changed
6+
7+ ### Bugfixes
8+
9+ - fix: handle null values when deserializing byte arrays by @neilcampbell in https://github.com/algorand/js-algorand-sdk/pull/991
10+
11+ ### New Features
12+
13+ - CICD: implement tests in GitHub Actions by @onetechnical in https://github.com/algorand/js-algorand-sdk/pull/985
14+
15+ ### Enhancements
16+
17+ - Deps: Bump tar-fs from 3.0.8 to 3.0.9 by @dependabot [ bot] in https://github.com/algorand/js-algorand-sdk/pull/986
18+ - CICD: remove CircleCI by @onetechnical in https://github.com/algorand/js-algorand-sdk/pull/987
19+ - API: Indexer searchfortransactions groupid by @gmalouf in https://github.com/algorand/js-algorand-sdk/pull/992
20+ - Deps: Bump form-data from 4.0.0 to 4.0.4 by @dependabot [ bot] in https://github.com/algorand/js-algorand-sdk/pull/993
21+ - README: update CI badge by @onetechnical in https://github.com/algorand/js-algorand-sdk/pull/988
22+
23+ ## New Contributors
24+
25+ - @neilcampbell made their first contribution in https://github.com/algorand/js-algorand-sdk/pull/991
26+
27+ ** Full Changelog** : https://github.com/algorand/js-algorand-sdk/compare/v3.3.1...v3.4.0
28+
129# v3.3.1
230
331<!-- Release notes generated using configuration in .github/release.yml at release/v3.3.1 -->
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.3.1 /dist/browser/algosdk.min.js"
28- integrity =" sha384-ZKC9WUqWQXPV37HXbG70yY2BXT++TyIRxopoGWJw6whOA2lsPdgjfMoEBJxKgIQa "
27+ src =" https://unpkg.com/algosdk@v3.4.0 /dist/browser/algosdk.min.js"
28+ integrity =" sha384-5ARQjLN++WfO0OQzHUDegtUVZZ/XfJfWUqhO7F7cWVZGEEyhMjUEgg4T1bv/u5yX "
2929 crossorigin =" anonymous"
3030></script >
3131```
3434
3535``` html
3636<script
37- src =" https://cdn.jsdelivr.net/npm/algosdk@v3.3.1 /dist/browser/algosdk.min.js"
38- integrity =" sha384-ZKC9WUqWQXPV37HXbG70yY2BXT++TyIRxopoGWJw6whOA2lsPdgjfMoEBJxKgIQa "
37+ src =" https://cdn.jsdelivr.net/npm/algosdk@v3.4.0 /dist/browser/algosdk.min.js"
38+ integrity =" sha384-5ARQjLN++WfO0OQzHUDegtUVZZ/XfJfWUqhO7F7cWVZGEEyhMjUEgg4T1bv/u5yX "
3939 crossorigin =" anonymous"
4040></script >
4141```
Original file line number Diff line number Diff line change 11{
22 "name" : " algosdk" ,
3- "version" : " 3.3.1 " ,
3+ "version" : " 3.4.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