diff --git a/.changeset/breezy-carrots-reply.md b/.changeset/breezy-carrots-reply.md deleted file mode 100644 index 4c78fcc..0000000 --- a/.changeset/breezy-carrots-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-products-feed": patch ---- - -Removed webhooks on product changes used for feed cache due to changed max execution time. diff --git a/.changeset/tender-seas-hunt.md b/.changeset/tender-seas-hunt.md deleted file mode 100644 index e76b5d2..0000000 --- a/.changeset/tender-seas-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"saleor-app-products-feed": patch ---- - -Changed Vercel's maximum execution time to be 5 minutes for feed generation. This should help with the previous limits of 60s, that was not enough for feed to be generated. diff --git a/apps/products-feed/CHANGELOG.md b/apps/products-feed/CHANGELOG.md index d247a30..146d5cc 100644 --- a/apps/products-feed/CHANGELOG.md +++ b/apps/products-feed/CHANGELOG.md @@ -1,5 +1,12 @@ # saleor-app-products-feed +## 1.12.2 + +### Patch Changes + +- ae6dbb1: Removed webhooks on product changes used for feed cache due to changed max execution time. +- ae6dbb1: Changed Vercel's maximum execution time to be 5 minutes for feed generation. This should help with the previous limits of 60s, that was not enough for feed to be generated. + ## 1.12.1 ### Patch Changes diff --git a/apps/products-feed/package.json b/apps/products-feed/package.json index 5bad2ed..b8720ad 100644 --- a/apps/products-feed/package.json +++ b/apps/products-feed/package.json @@ -1,6 +1,6 @@ { "name": "saleor-app-products-feed", - "version": "1.12.1", + "version": "1.12.2", "scripts": { "build": "pnpm generate && next build", "dev": "pnpm generate && NODE_OPTIONS='--inspect' next dev",