We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4fc1a commit 6dab6b7Copy full SHA for 6dab6b7
CHANGELOG.md
@@ -3,9 +3,11 @@
3
All notable changes to this project will be documented in this file. This
4
project adheres to [Semantic Versioning](http://semver.org/).
5
6
-
7
## Unreleased
8
+
9
+## [v3.1.2](https://github.com/stellar/js-xdr/compare/v3.1.1...v3.1.2)
10
11
### Fixed
12
* Increase robustness of compatibility across multiple `js-xdr` instances in an environment ([#122](https://github.com/stellar/js-xdr/pull/122)).
13
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@stellar/js-xdr",
- "version": "3.1.1",
+ "version": "3.1.2",
"description": "Read/write XDR encoded data structures (RFC 4506)",
"main": "lib/xdr.js",
"browser": "dist/xdr.js",
0 commit comments