From 0fc7f903d0054436d594ef7fe836e671b1efcbe6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Jul 2024 20:58:32 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/Revfluence/distributed-checkout-nextjs-vercel-commerce/compare/v1.0.3...v1.1.0) (2024-07-20) ### Bug Fixes * **github-actions:** Update develop.deploy-functions.yml ([31d3a93](https://github.com/Revfluence/distributed-checkout-nextjs-vercel-commerce/commit/31d3a93ed91029d2686db51bef0f71ebc15bd1fd)) ### Features * **ContentLandingPage:** dynamic landing page based on configuration ([6b19c30](https://github.com/Revfluence/distributed-checkout-nextjs-vercel-commerce/commit/6b19c305160b0fc5aff15bf772b7333a0d46a5a5)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5105e8e5..4180c793c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.1.0](https://github.com/Revfluence/distributed-checkout-nextjs-vercel-commerce/compare/v1.0.3...v1.1.0) (2024-07-20) + + +### Bug Fixes + +* **github-actions:** Update develop.deploy-functions.yml ([31d3a93](https://github.com/Revfluence/distributed-checkout-nextjs-vercel-commerce/commit/31d3a93ed91029d2686db51bef0f71ebc15bd1fd)) + + +### Features + +* **ContentLandingPage:** dynamic landing page based on configuration ([6b19c30](https://github.com/Revfluence/distributed-checkout-nextjs-vercel-commerce/commit/6b19c305160b0fc5aff15bf772b7333a0d46a5a5)) + ## [1.0.3](https://github.com/Revfluence/distributed-checkout-nextjs-vercel-commerce/compare/v1.0.2...v1.0.3) (2024-07-20)