From fe95fa118dcc9148044da156e82d0e63449a0f21 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Mar 2023 19:58:06 +0000 Subject: [PATCH] chore(release): 10.14.0 [skip ci] # [@shapeshiftoss/unchained-client-v10.14.0](https://github.com/shapeshift/lib/compare/@shapeshiftoss/unchained-client-v10.13.0...@shapeshiftoss/unchained-client-v10.14.0) (2023-03-17) ### Features * zrx support on bsc ([#1219](https://github.com/shapeshift/lib/issues/1219)) ([e0e7b35](https://github.com/shapeshift/lib/commit/e0e7b35851631f838a0daf404dfcc33147b54c43)) --- packages/unchained-client/CHANGELOG.md | 7 +++++++ packages/unchained-client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/unchained-client/CHANGELOG.md b/packages/unchained-client/CHANGELOG.md index df234a8a8..35936cc67 100644 --- a/packages/unchained-client/CHANGELOG.md +++ b/packages/unchained-client/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@shapeshiftoss/unchained-client-v10.14.0](https://github.com/shapeshift/lib/compare/@shapeshiftoss/unchained-client-v10.13.0...@shapeshiftoss/unchained-client-v10.14.0) (2023-03-17) + + +### Features + +* zrx support on bsc ([#1219](https://github.com/shapeshift/lib/issues/1219)) ([e0e7b35](https://github.com/shapeshift/lib/commit/e0e7b35851631f838a0daf404dfcc33147b54c43)) + # [@shapeshiftoss/unchained-client-v10.13.0](https://github.com/shapeshift/lib/compare/@shapeshiftoss/unchained-client-v10.12.2...@shapeshiftoss/unchained-client-v10.13.0) (2023-03-14) diff --git a/packages/unchained-client/package.json b/packages/unchained-client/package.json index 1ad8945c8..5e8c86fb6 100644 --- a/packages/unchained-client/package.json +++ b/packages/unchained-client/package.json @@ -1,6 +1,6 @@ { "name": "@shapeshiftoss/unchained-client", - "version": "10.13.0", + "version": "10.14.0", "license": "MIT", "main": "dist/index.js", "source": "src/index.ts",