Skip to content

Commit 203dbc6

Browse files
chore: release main (#643)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f8760ae commit 203dbc6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"packages/providers/ethers-v6-adapter": "0.2.0",
1616
"packages/providers/viem-adapter": "0.2.0",
1717
"packages/sdk": "7.0.13",
18-
"packages/flash-loans": "1.1.2"
18+
"packages/flash-loans": "1.1.3"
1919
}

packages/flash-loans/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.3](https://github.com/cowprotocol/cow-sdk/compare/sdk-flash-loans-v1.1.2...sdk-flash-loans-v1.1.3) (2025-11-04)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* make adapters hook helpers public ([#639](https://github.com/cowprotocol/cow-sdk/issues/639)) ([f8760ae](https://github.com/cowprotocol/cow-sdk/commit/f8760ae6084f7df729f140f9bea799566c217287))
9+
310
## [1.1.2](https://github.com/cowprotocol/cow-sdk/compare/sdk-flash-loans-v1.1.1...sdk-flash-loans-v1.1.2) (2025-10-30)
411

512

packages/flash-loans/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cowprotocol/sdk-flash-loans",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Flash loans for CoW Protocol",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)