We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c324094 commit bcd2e1cCopy full SHA for bcd2e1c
CHANGELOG.md
@@ -4,6 +4,12 @@ A breaking change will get clearly marked in this log.
4
5
## Unreleased
6
7
+## [v3.1.2](https://github.com/stellar/js-stellar-sdk/compare/v3.1.1...v3.1.2)
8
+
9
+### Change
10
11
+- Upgrade `stellar-base` to `v2.1.2`. ([452](https://github.com/stellar/js-stellar-sdk/pull/452))
12
13
## [v3.1.1](https://github.com/stellar/js-stellar-sdk/compare/v3.1.0...v3.1.1)
14
15
### Change ⚠️
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stellar-sdk",
3
- "version": "3.1.1",
+ "version": "3.1.2",
"description": "stellar-sdk is a library for working with the Stellar Horizon server.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
0 commit comments