From f2aaf606e260841e6ae251819e357604d2b69151 Mon Sep 17 00:00:00 2001 From: Adolfo Builes Date: Thu, 8 Aug 2019 10:43:06 -0500 Subject: [PATCH] v2.2.3 (#404) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8916f11fc..0688b7781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ A breaking change will get clearly marked in this log. +## [v2.2.3](https://github.com/stellar/js-stellar-sdk/compare/v2.2.2...v2.2.23) + +### Fix +- Fix ServerApi's OrderbookRecord type ([#401](https://github.com/stellar/js-stellar-sdk/issues/401)) + +### Set +- Set `name` in custom errors ([#403](https://github.com/stellar/js-stellar-sdk/issues/403)) + ## [v2.2.2](https://github.com/stellar/js-stellar-sdk/compare/v2.2.1...v2.2.2) ### Fix diff --git a/package.json b/package.json index 1193874c6..2d98d5479 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellar-sdk", - "version": "2.2.2", + "version": "2.2.3", "description": "stellar-sdk is a library for working with the Stellar Horizon server.", "main": "./lib/index.js", "types": "./lib/index.d.ts",