Skip to content

Commit 6dab6b7

Browse files
committed
Bump version and mark changelog
1 parent 3e4fc1a commit 6dab6b7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
All notable changes to this project will be documented in this file. This
44
project adheres to [Semantic Versioning](http://semver.org/).
55

6-
76
## Unreleased
87

8+
9+
## [v3.1.2](https://github.com/stellar/js-xdr/compare/v3.1.1...v3.1.2)
10+
911
### Fixed
1012
* Increase robustness of compatibility across multiple `js-xdr` instances in an environment ([#122](https://github.com/stellar/js-xdr/pull/122)).
1113

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/js-xdr",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Read/write XDR encoded data structures (RFC 4506)",
55
"main": "lib/xdr.js",
66
"browser": "dist/xdr.js",

0 commit comments

Comments
 (0)