Skip to content

Commit

Permalink
chore(release): 1.6.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.5](v1.6.4...v1.6.5) (2024-11-18)

### Bug Fixes

* throw if no price range on product or variant ([#50](#50)) ([8469058](8469058))
  • Loading branch information
semantic-release-bot committed Nov 18, 2024
1 parent 8469058 commit 75073c1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 75073c1

Please sign in to comment.