Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Oct 30, 2023
2 parents b9358af + 70ed2a8 commit c2e601c
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.48.12](https://github.com/cowprotocol/cowswap/compare/v1.48.11...v1.48.12) (2023-10-30)


### Bug Fixes

* fix og:image ([#3299](https://github.com/cowprotocol/cowswap/issues/3299)) ([d5d7c80](https://github.com/cowprotocol/cowswap/commit/d5d7c807d77b3da17b931a17d44013b4b1f84f31))

## [1.48.11](https://github.com/cowprotocol/cowswap/compare/v1.48.10...v1.48.11) (2023-10-30)


### Bug Fixes

* fix og:image ([#3297](https://github.com/cowprotocol/cowswap/issues/3297)) ([5171bca](https://github.com/cowprotocol/cowswap/commit/5171bca00e9364a14c0710b24ab6236f5636c539))

## [1.48.10](https://github.com/cowprotocol/cowswap/compare/v1.48.9...v1.48.10) (2023-10-30)


### Features

* change og image to halloween ([#3294](https://github.com/cowprotocol/cowswap/issues/3294)) ([3780fd5](https://github.com/cowprotocol/cowswap/commit/3780fd5a4cb6f745a801f80a3fb1450d67d591af))

## [1.48.7](https://github.com/cowprotocol/cowswap/compare/v1.48.6...v1.48.7) (2023-10-19)


Expand Down
7 changes: 5 additions & 2 deletions apps/cowswap-frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@
property="og:description"
content="CoW Swap finds the lowest prices from all decentralized exchanges and DEX aggregators & saves you more with p2p trading and protection from MEV"
/>
<meta property="og:image" content="https://swap.cow.fi/images/og-meta-cowswap.png?v=2" />
<!-- TODO: change after halloween-->
<!-- <meta property="og:image" content="https://swap.cow.fi/images/og-meta-cowswap.png?v=2" />-->
<meta property="og:image" content="https://swap.cow.fi/images/og-meta-halloween.png?v=1" />
<meta property="og:url" content="https://swap.cow.fi" />

<!-- Twitter media tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@CoWSwap" />
<meta name="twitter:title" content="CoW Swap | The smartest way to trade cryptocurrencies" />
<meta name="twitter:image" content="https://swap.cow.fi/images/og-meta-cowswap.png?v=2" />
<!-- <meta name="twitter:image" content="https://swap.cow.fi/images/og-meta-cowswap.png?v=2" /> -->
<meta name="twitter:image" content="https://swap.cow.fi/images/og-meta-halloween.png?v=1" />

<!-- Other tags -->
<meta name="fortmatic-site-verification" content="%REACT_APP_FORTMATIC_SITE_VERIFICATION%" />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cowswap",
"version": "1.48.9",
"version": "1.48.12",
"description": "CoW Swap",
"main": "index.js",
"author": "",
Expand Down

0 comments on commit c2e601c

Please sign in to comment.