Skip to content

Commit a7a65de

Browse files
authored
v1.1.4 (#49)
1 parent 82a8f9b commit a7a65de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [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+
610
## [v1.1.3](https://github.com/stellar/js-xdr/compare/v1.1.2...v1.1.3)
711

812
- Split out reference class to it's own file to avoid circular import ([#39](https://github.com/stellar/js-xdr/pull/39)).

package.json

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

0 commit comments

Comments
 (0)