Skip to content

Commit f913221

Browse files
committed
bump up version to v3.1.0
1 parent d786559 commit f913221

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# v3.1.0
2+
3+
<!-- Release notes generated using configuration in .github/release.yml at release/v3.1.0 -->
4+
5+
## What's Changed
6+
7+
### Enhancements
8+
9+
- Incentives: Support heartbeat transaction by @algorandskiy in https://github.com/algorand/js-algorand-sdk/pull/915
10+
11+
### Other
12+
13+
- Regenerate code with the latest specification file (df06f8b1) by @github-actions in https://github.com/algorand/js-algorand-sdk/pull/914
14+
15+
**Full Changelog**: https://github.com/algorand/js-algorand-sdk/compare/v3.0.0...v3.1.0
16+
117
# v3.0.0
218

319
<!-- Release notes generated using configuration in .github/release.yml at 3.0.0 **WITH MANUAL EDITING AFTERWARD** -->

README.md

+4-4
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/algosdk@v3.0.0/dist/browser/algosdk.min.js"
28-
integrity="sha384-EdTN548g1VApyPivwjhxg5HpPLY6nzw58f8nbvmc89M8fO8eBor+KHzf17y1SWl3"
27+
src="https://unpkg.com/algosdk@v3.1.0/dist/browser/algosdk.min.js"
28+
integrity="sha384-xqUrJcyrZRXbDnjLdCC1ZuMEVm2VMF/tHz0PUvm4wN0qXemGRXYIX19U2alJ27hB"
2929
crossorigin="anonymous"
3030
></script>
3131
```
@@ -34,8 +34,8 @@ or
3434

3535
```html
3636
<script
37-
src="https://cdn.jsdelivr.net/npm/algosdk@v3.0.0/dist/browser/algosdk.min.js"
38-
integrity="sha384-EdTN548g1VApyPivwjhxg5HpPLY6nzw58f8nbvmc89M8fO8eBor+KHzf17y1SWl3"
37+
src="https://cdn.jsdelivr.net/npm/algosdk@v3.1.0/dist/browser/algosdk.min.js"
38+
integrity="sha384-xqUrJcyrZRXbDnjLdCC1ZuMEVm2VMF/tHz0PUvm4wN0qXemGRXYIX19U2alJ27hB"
3939
crossorigin="anonymous"
4040
></script>
4141
```

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algosdk",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
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)