From d3cc60b98741e2b7cbde131742482d0db675550f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Dec 2024 09:06:42 +0000 Subject: [PATCH] chore(release): 1.11.0 [skip ci] # [1.11.0](https://github.com/adobe-rnd/helix-commerce-api/compare/v1.10.0...v1.11.0) (2024-12-11) ### Features * product links block ([#53](https://github.com/adobe-rnd/helix-commerce-api/issues/53)) ([6544924](https://github.com/adobe-rnd/helix-commerce-api/commit/65449243b95dd1b0e7a7e3111e9114a5a4bcfe19)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de15c1..81b8238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://github.com/adobe-rnd/helix-commerce-api/compare/v1.10.0...v1.11.0) (2024-12-11) + + +### Features + +* product links block ([#53](https://github.com/adobe-rnd/helix-commerce-api/issues/53)) ([6544924](https://github.com/adobe-rnd/helix-commerce-api/commit/65449243b95dd1b0e7a7e3111e9114a5a4bcfe19)) + # [1.10.0](https://github.com/adobe-rnd/helix-commerce-api/compare/v1.9.0...v1.10.0) (2024-12-10) diff --git a/package-lock.json b/package-lock.json index 8005b3c..1ac7482 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helix-commerce-api", - "version": "1.10.0", + "version": "1.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "helix-commerce-api", - "version": "1.10.0", + "version": "1.11.0", "license": "Apache-2.0", "devDependencies": { "@adobe/eslint-config-helix": "2.0.6", diff --git a/package.json b/package.json index 73891e9..2fbe456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helix-commerce-api", - "version": "1.10.0", + "version": "1.11.0", "private": true, "description": "API for markup content and a commerce graphql commerce proxy", "main": "src/index.js",