Skip to content

Commit 892b662

Browse files
authored
Release v1.3.0 (#66)
1 parent 39e5fcf commit 892b662

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.3.0](https://github.com/stellar/js-xdr/compare/v1.2.0...v1.3.0)
7+
8+
- Inline and modernize the `cursor` dependency ([#](https://github.com/stellar/js-xdr/pull/63)).
9+
610
## [v1.2.0](https://github.com/stellar/js-xdr/compare/v1.1.4...v1.2.0)
711

812
- Add method `validateXDR(input, format = 'raw')` which validates if a given XDR is valid or not. ([#56](https://github.com/stellar/js-xdr/pull/56)).

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.2.0",
3+
"version": "1.3.0",
44
"description": "Read/write XDR encoded data structures (RFC 4506)",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)