From 0bbfbb47513262b0163c7c50622a341d361a2cb2 Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Thu, 18 May 2023 15:45:31 -0700 Subject: [PATCH] added notes for docs build fix --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86da340e..5abcf72b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ A breaking change should be clearly marked in this log. +#### 0.6.1 +* removed reference to deprecated usage of gulp in docs build step [#80](https://github.com/stellar/js-soroban-client/pull/80) + #### 0.6.0 * updated server.prepareTransaction() for new soroban simulation results and fees. Note the change in behavior now, where transaction fee will be increased by the resource fee estimates received from simulation. More details this aspect mentioned on method.[#76](https://github.com/stellar/js-soroban-client/issues/76)