From 293ff99b43b393238dae7dfdfe5178da0a996771 Mon Sep 17 00:00:00 2001 From: Adolfo Builes Date: Fri, 25 Sep 2020 15:36:49 -0500 Subject: [PATCH] v4.0.0 (#371) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4862461c1..8c60771fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [v4.0.0](https://github.com/stellar/js-stellar-base/compare/v3.0.4..v4.0.0) + ## Add - Add the `Claimant` class which helps the creation of claimable balances. ([#367](https://github.com/stellar/js-stellar-base/pull/367)). The default behavior of this class it to create claimants with an unconditional predicate if none is passed: diff --git a/package.json b/package.json index 836f456b8..c5f3d1804 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellar-base", - "version": "3.0.4", + "version": "4.0.0", "description": "Low level stellar support library", "main": "./lib/index.js", "types": "./types/index.d.ts",