diff --git a/packages/investor-idle/CHANGELOG.md b/packages/investor-idle/CHANGELOG.md index 90eff6a86..77cb708a0 100644 --- a/packages/investor-idle/CHANGELOG.md +++ b/packages/investor-idle/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@shapeshiftoss/investor-idle-v2.6.0](https://github.com/shapeshift/lib/compare/@shapeshiftoss/investor-idle-v2.5.2...@shapeshiftoss/investor-idle-v2.6.0) (2023-02-24) + + +### Features + +* **investor-idle:** expose IdleOpportunity strategy ([#1212](https://github.com/shapeshift/lib/issues/1212)) ([4fab669](https://github.com/shapeshift/lib/commit/4fab669dccec73d35519f74b32bc726809436152)) + # [@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) diff --git a/packages/investor-idle/package.json b/packages/investor-idle/package.json index efe1407a0..e4ff09353 100644 --- a/packages/investor-idle/package.json +++ b/packages/investor-idle/package.json @@ -1,6 +1,6 @@ { "name": "@shapeshiftoss/investor-idle", - "version": "2.5.2", + "version": "2.6.0", "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",