Skip to content

Commit

Permalink
Merge branch 'release/v1.23.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
algobarb committed Nov 3, 2022
2 parents f229953 + f25ca39 commit 8504afd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 30 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# v1.23.0
# v1.23.1

### Bugfixes

- fix: mergeMultisigTransactions logic error by @AlgoDoggo in https://github.com/algorand/js-algorand-sdk/pull/675
- CI: Remove unneeded dependency & update package-lock by @jasonpaulos in https://github.com/algorand/js-algorand-sdk/pull/684

### New Features

Expand All @@ -19,7 +20,7 @@

- @PabloLION made their first contribution in https://github.com/algorand/js-algorand-sdk/pull/677

**Full Changelog**: https://github.com/algorand/js-algorand-sdk/compare/v1.22.0...v1.23.0
**Full Changelog**: https://github.com/algorand/js-algorand-sdk/compare/v1.22.0...v1.23.1

# v1.22.0

Expand Down
28 changes: 4 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algosdk",
"version": "1.23.0",
"version": "1.23.1",
"description": "The official JavaScript SDK for Algorand",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,9 +28,6 @@
"tweetnacl": "^1.0.3",
"vlq": "^2.0.4"
},
"optionalDependencies": {
"fsevents": "2.1.2"
},
"devDependencies": {
"@types/json-bigint": "^1.0.0",
"@types/mocha": "^8.2.2",
Expand Down

0 comments on commit 8504afd

Please sign in to comment.