Skip to content

Commit 3976e18

Browse files
committed
bump up version to v2.8.0
1 parent 1d09e42 commit 3976e18

File tree

4 files changed

+29
-7
lines changed

4 files changed

+29
-7
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v2.8.0
2+
3+
<!-- Release notes generated using configuration in .github/release.yml at release/v2.8.0 -->
4+
5+
## What's Changed
6+
7+
### Bugfixes
8+
9+
- Fix: Update chromedriver deps, make install conditional in CI, and fix indexer sync error in cucumber tests by @jasonpaulos in https://github.com/algorand/js-algorand-sdk/pull/859
10+
- fix: allow either boolean value for nonParticipation offline keyregs by @joe-p in https://github.com/algorand/js-algorand-sdk/pull/866
11+
12+
### Enhancements
13+
14+
- API: Regenerate algod and indexer models by @jasonpaulos in https://github.com/algorand/js-algorand-sdk/pull/845
15+
- Spec: Regenerate code from specification file f633b019 by @gmalouf in https://github.com/algorand/js-algorand-sdk/pull/870
16+
17+
## New Contributors
18+
19+
- @gmalouf made their first contribution in https://github.com/algorand/js-algorand-sdk/pull/870
20+
21+
**Full Changelog**: https://github.com/algorand/js-algorand-sdk/compare/v2.7.0...v2.8.0
22+
123
# v2.7.0
224

325
<!-- Release notes generated using configuration in .github/release.yml at release/v2.7.0 -->

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Include a minified browser bundle directly in your HTML like so:
2020

2121
```html
2222
<script
23-
src="https://unpkg.com/algosdk@v2.7.0/dist/browser/algosdk.min.js"
24-
integrity="sha384-OP8U0zDUgTdYdeyxnrhicwju6SuPxm2tx4WaTYDeP5JiMS/OyifldTK5Y3vzPK9K"
23+
src="https://unpkg.com/algosdk@v2.8.0/dist/browser/algosdk.min.js"
24+
integrity="sha384-Yf0K01l2B3xzeVyU5y0g9/1cE753a/mHjarJ3l73s43RWU4t3ZCaW72qDKQXfr78"
2525
crossorigin="anonymous"
2626
></script>
2727
```
@@ -30,8 +30,8 @@ or
3030

3131
```html
3232
<script
33-
src="https://cdn.jsdelivr.net/npm/algosdk@v2.7.0/dist/browser/algosdk.min.js"
34-
integrity="sha384-OP8U0zDUgTdYdeyxnrhicwju6SuPxm2tx4WaTYDeP5JiMS/OyifldTK5Y3vzPK9K"
33+
src="https://cdn.jsdelivr.net/npm/algosdk@v2.8.0/dist/browser/algosdk.min.js"
34+
integrity="sha384-Yf0K01l2B3xzeVyU5y0g9/1cE753a/mHjarJ3l73s43RWU4t3ZCaW72qDKQXfr78"
3535
crossorigin="anonymous"
3636
></script>
3737
```

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": "2.7.0",
3+
"version": "2.8.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)