From 62884cce4a4bb0f39ee77e416803f015f1b684b3 Mon Sep 17 00:00:00 2001 From: Adolfo Builes Date: Wed, 28 Aug 2019 15:56:47 -0500 Subject: [PATCH] v2.0.1. (#258) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c56aaa19..57b41576b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ A breaking change will get clearly notified in this log. ## Unreleased +## [v2.0.1](https://github.com/stellar/js-stellar-base/compare/v2.0.0...v2.0.1) + +No changes. Fixes deploy script and includes changes from [v2.0.0](https://github.com/stellar/js-stellar-base/compare/v1.1.2...v2.0.0). + ## [v2.0.0](https://github.com/stellar/js-stellar-base/compare/v1.1.2...v2.0.0) ### BREAKING CHANGES diff --git a/package.json b/package.json index a79b37024..c6f5f2f9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stellar-base", - "version": "2.0.0", + "version": "2.0.1", "description": "Low level stellar support library", "main": "./lib/index.js", "types": "./types/index.d.ts",