From 75073c1e53c32b352c8702fe58dddf476f510446 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 18 Nov 2024 20:24:39 +0000 Subject: [PATCH] chore(release): 1.6.5 [skip ci] ## [1.6.5](https://github.com/adobe-rnd/helix-commerce-api/compare/v1.6.4...v1.6.5) (2024-11-18) ### Bug Fixes * throw if no price range on product or variant ([#50](https://github.com/adobe-rnd/helix-commerce-api/issues/50)) ([8469058](https://github.com/adobe-rnd/helix-commerce-api/commit/8469058c82dace3cc843afbb5b89d6e5d13e57e5)) --- 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 c65bff7..997f46b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.6.5](https://github.com/adobe-rnd/helix-commerce-api/compare/v1.6.4...v1.6.5) (2024-11-18) + + +### Bug Fixes + +* throw if no price range on product or variant ([#50](https://github.com/adobe-rnd/helix-commerce-api/issues/50)) ([8469058](https://github.com/adobe-rnd/helix-commerce-api/commit/8469058c82dace3cc843afbb5b89d6e5d13e57e5)) + ## [1.6.4](https://github.com/adobe-rnd/helix-commerce-api/compare/v1.6.3...v1.6.4) (2024-11-15) diff --git a/package-lock.json b/package-lock.json index d22b48c..6e9f19f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "helix-commerce-api", - "version": "1.6.4", + "version": "1.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "helix-commerce-api", - "version": "1.6.4", + "version": "1.6.5", "license": "Apache-2.0", "devDependencies": { "@adobe/eslint-config-helix": "2.0.6", diff --git a/package.json b/package.json index 042ebfa..a6841e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helix-commerce-api", - "version": "1.6.4", + "version": "1.6.5", "private": true, "description": "API for markup content and a commerce graphql commerce proxy", "main": "src/index.js",