Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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