diff --git a/packages/investor-yearn/CHANGELOG.md b/packages/investor-yearn/CHANGELOG.md index 56115da76..18bcf463b 100644 --- a/packages/investor-yearn/CHANGELOG.md +++ b/packages/investor-yearn/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@shapeshiftoss/investor-yearn-v6.4.2](https://github.com/shapeshift/lib/compare/@shapeshiftoss/investor-yearn-v6.4.1...@shapeshiftoss/investor-yearn-v6.4.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-yearn-v6.4.1](https://github.com/shapeshift/lib/compare/@shapeshiftoss/investor-yearn-v6.4.0...@shapeshiftoss/investor-yearn-v6.4.1) (2023-02-11) # [@shapeshiftoss/investor-yearn-v6.4.0](https://github.com/shapeshift/lib/compare/@shapeshiftoss/investor-yearn-v6.3.0...@shapeshiftoss/investor-yearn-v6.4.0) (2023-01-13) diff --git a/packages/investor-yearn/package.json b/packages/investor-yearn/package.json index 556346e51..b19ca78c1 100644 --- a/packages/investor-yearn/package.json +++ b/packages/investor-yearn/package.json @@ -1,6 +1,6 @@ { "name": "@shapeshiftoss/investor-yearn", - "version": "6.4.1", + "version": "6.4.2", "description": "An api layer for interaction with the ShapeShift Yearn Router Contract and the Yearn Vault contracts", "main": "dist/index.js", "types": "dist/index.d.ts",