From b0d29fded1f48c2f7e200786358788a4c56122a1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Feb 2023 21:04:07 +0000 Subject: [PATCH] chore(release): 2.5.2 [skip ci] # [@shapeshiftoss/investor-idle-v2.5.2](https://github.com/shapeshift/lib/compare/@shapeshiftoss/investor-idle-v2.5.1...@shapeshiftoss/investor-idle-v2.5.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-idle/CHANGELOG.md | 7 +++++++ packages/investor-idle/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/investor-idle/CHANGELOG.md b/packages/investor-idle/CHANGELOG.md index c12352a6f..90eff6a86 100644 --- a/packages/investor-idle/CHANGELOG.md +++ b/packages/investor-idle/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@shapeshiftoss/investor-idle-v2.5.2](https://github.com/shapeshift/lib/compare/@shapeshiftoss/investor-idle-v2.5.1...@shapeshiftoss/investor-idle-v2.5.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-idle-v2.5.1](https://github.com/shapeshift/lib/compare/@shapeshiftoss/investor-idle-v2.5.0...@shapeshiftoss/investor-idle-v2.5.1) (2023-02-11) # [@shapeshiftoss/investor-idle-v2.5.0](https://github.com/shapeshift/lib/compare/@shapeshiftoss/investor-idle-v2.4.1...@shapeshiftoss/investor-idle-v2.5.0) (2023-01-13) diff --git a/packages/investor-idle/package.json b/packages/investor-idle/package.json index 63f7bafbc..efe1407a0 100644 --- a/packages/investor-idle/package.json +++ b/packages/investor-idle/package.json @@ -1,6 +1,6 @@ { "name": "@shapeshiftoss/investor-idle", - "version": "2.5.1", + "version": "2.5.2", "description": "An api layer for interaction with the ShapeShift Idle Router Contract and the Idle Vault contracts", "main": "dist/index.js", "types": "dist/index.d.ts",