Skip to content

Commit df4d572

Browse files
authored
Release v13.2.0 (#1159)
* Bump version and stellar-base dep * Add changelog entry
1 parent 83a3400 commit df4d572

File tree

3 files changed

+685
-704
lines changed

3 files changed

+685
-704
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@ A breaking change will get clearly marked in this log.
66

77
## Unreleased
88

9+
10+
## [v13.2.0](https://github.com/stellar/js-stellar-sdk/compare/v13.1.0...v13.2.0)
11+
12+
### Added
13+
* Support passing in an optional `options.address` to the `contract.Client.deploy` method ([#1158](https://github.com/stellar/js-stellar-sdk/pull/1158)).
14+
915
### Fixed
1016
* Extend support for parsing contract specifications in environments that don't have WebAssembly compilers ([#1157](https://github.com/stellar/js-stellar-sdk/pull/1157)).
17+
* Upgraded `@stellar/stellar-base` dependency to latest version ([#1159](https://github.com/stellar/js-stellar-sdk/pull/1159)).
1118

1219

1320
## [v13.1.0](https://github.com/stellar/js-stellar-sdk/compare/v13.0.0...v13.1.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/stellar-sdk",
3-
"version": "13.1.0",
3+
"version": "13.2.0",
44
"description": "A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.",
55
"keywords": [
66
"stellar"
@@ -217,7 +217,7 @@
217217
"webpack-cli": "^5.0.1"
218218
},
219219
"dependencies": {
220-
"@stellar/stellar-base": "^13.0.1",
220+
"@stellar/stellar-base": "^13.1.0",
221221
"axios": "^1.8.4",
222222
"bignumber.js": "^9.1.2",
223223
"eventsource": "^2.0.2",

0 commit comments

Comments
 (0)