From 952370fc6108b74e9992df206ed91405586609e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Feb 2023 21:03:47 +0000 Subject: [PATCH] chore(release): 7.1.2 [skip ci] # [@shapeshiftoss/investor-foxy-v7.1.2](https://github.com/shapeshift/lib/compare/@shapeshiftoss/investor-foxy-v7.1.1...@shapeshiftoss/investor-foxy-v7.1.2) (2023-02-23) ### Bug Fixes * **chain-adapters:** use snake_case for all osmosis tx fields ([#1205](https://github.com/shapeshift/lib/issues/1205)) ([957569a](https://github.com/shapeshift/lib/commit/957569a5e3460ae56a40d6d8337398504f741a8f)) --- packages/investor-foxy/CHANGELOG.md | 7 +++++++ packages/investor-foxy/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/investor-foxy/CHANGELOG.md b/packages/investor-foxy/CHANGELOG.md index 6fa803f98..6b346c4b4 100644 --- a/packages/investor-foxy/CHANGELOG.md +++ b/packages/investor-foxy/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@shapeshiftoss/investor-foxy-v7.1.2](https://github.com/shapeshift/lib/compare/@shapeshiftoss/investor-foxy-v7.1.1...@shapeshiftoss/investor-foxy-v7.1.2) (2023-02-23) + + +### Bug Fixes + +* **chain-adapters:** use snake_case for all osmosis tx fields ([#1205](https://github.com/shapeshift/lib/issues/1205)) ([957569a](https://github.com/shapeshift/lib/commit/957569a5e3460ae56a40d6d8337398504f741a8f)) + # [@shapeshiftoss/investor-foxy-v7.1.1](https://github.com/shapeshift/lib/compare/@shapeshiftoss/investor-foxy-v7.1.0...@shapeshiftoss/investor-foxy-v7.1.1) (2023-02-11) # [@shapeshiftoss/investor-foxy-v7.1.0](https://github.com/shapeshift/lib/compare/@shapeshiftoss/investor-foxy-v7.0.4...@shapeshiftoss/investor-foxy-v7.1.0) (2023-01-13) diff --git a/packages/investor-foxy/package.json b/packages/investor-foxy/package.json index fb00b8a90..ce0060189 100644 --- a/packages/investor-foxy/package.json +++ b/packages/investor-foxy/package.json @@ -1,6 +1,6 @@ { "name": "@shapeshiftoss/investor-foxy", - "version": "7.1.1", + "version": "7.1.2", "description": "An API layer for interaction with the ShapeShift FOXy contract", "main": "dist/index.js", "types": "dist/index.d.ts",