diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cd6d8efb0..2aaeae1194 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "apps/cowswap-frontend": "1.95.0", + "apps/cowswap-frontend": "1.95.1", "apps/explorer": "2.41.0", "libs/permit-utils": "0.5.0", "libs/widget-lib": "0.18.0", diff --git a/apps/cowswap-frontend/CHANGELOG.md b/apps/cowswap-frontend/CHANGELOG.md index eef1aa82e0..68d741e6ed 100644 --- a/apps/cowswap-frontend/CHANGELOG.md +++ b/apps/cowswap-frontend/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.95.1](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.95.0...cowswap-v1.95.1) (2024-12-20) + + +### Bug Fixes + +* **eth-flow:** set chainId explicitly when sending ethFlow tx ([#5244](https://github.com/cowprotocol/cowswap/issues/5244)) ([983536d](https://github.com/cowprotocol/cowswap/commit/983536d300a17e84dff691eb55d645b46ad1437b)) + ## [1.95.0](https://github.com/cowprotocol/cowswap/compare/cowswap-v1.94.0...cowswap-v1.95.0) (2024-12-18) diff --git a/apps/cowswap-frontend/package.json b/apps/cowswap-frontend/package.json index d974bbf9b2..0112d18176 100644 --- a/apps/cowswap-frontend/package.json +++ b/apps/cowswap-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@cowprotocol/cowswap", - "version": "1.95.0", + "version": "1.95.1", "description": "CoW Swap", "main": "index.js", "author": "",