File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. This
4
4
project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ v1.1.4] ( https://github.com/stellar/js-xdr/compare/v1.1.3...v1.1.4 )
7
+
8
+ - Remove ` core-js ` dependency ([ #45 ] ( https://github.com/stellar/js-xdr/pull/45 ) ).
9
+
6
10
## [ v1.1.3] ( https://github.com/stellar/js-xdr/compare/v1.1.2...v1.1.3 )
7
11
8
12
- Split out reference class to it's own file to avoid circular import ([ #39 ] ( https://github.com/stellar/js-xdr/pull/39 ) ).
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-xdr" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Read/write XDR encoded data structures (RFC 4506)" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments