Skip to content

Commit 4a9e3dd

Browse files
Merge pull request #984 from algorand/release/v3.3.1
FOR REVIEW ONLY: js-algorand-sdk v3.3.1 changelog and version bump
2 parents 8c60436 + 8d5401b commit 4a9e3dd

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v3.3.1
2+
3+
<!-- Release notes generated using configuration in .github/release.yml at release/v3.3.1 -->
4+
5+
## What's Changed
6+
7+
### Bugfixes
8+
9+
- API: Revert application boxes pagination by @gmalouf in https://github.com/algorand/js-algorand-sdk/pull/983
10+
11+
**Full Changelog**: https://github.com/algorand/js-algorand-sdk/compare/v3.3.0...v3.3.1
12+
113
# v3.3.0
214

315
<!-- Release notes generated using configuration in .github/release.yml at release/v3.3.0 -->

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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/[email protected].0/dist/browser/algosdk.min.js"
28-
integrity="sha384-q14GmXcqB0Pg4D0K5EsuV8xibRcsA/Nu4uuHSKPrmild6E1Naw7vxHJBvX1o3qZV"
27+
src="https://unpkg.com/[email protected].1/dist/browser/algosdk.min.js"
28+
integrity="sha384-ZKC9WUqWQXPV37HXbG70yY2BXT++TyIRxopoGWJw6whOA2lsPdgjfMoEBJxKgIQa"
2929
crossorigin="anonymous"
3030
></script>
3131
```
@@ -34,8 +34,8 @@ or
3434

3535
```html
3636
<script
37-
src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/browser/algosdk.min.js"
38-
integrity="sha384-q14GmXcqB0Pg4D0K5EsuV8xibRcsA/Nu4uuHSKPrmild6E1Naw7vxHJBvX1o3qZV"
37+
src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/browser/algosdk.min.js"
38+
integrity="sha384-ZKC9WUqWQXPV37HXbG70yY2BXT++TyIRxopoGWJw6whOA2lsPdgjfMoEBJxKgIQa"
3939
crossorigin="anonymous"
4040
></script>
4141
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algosdk",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "The official JavaScript SDK for Algorand",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)