Skip to content

Commit 3384046

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.1...v1.5.0) (2024-11-05) ### Bug Fixes * date parsing ([cebc0bc](cebc0bc)) * fix variants check ([d986afa](d986afa)) * support priceValidUntil in simple products ([3f79d8d](3f79d8d)) * test ([f484693](f484693)) ### Features * add support for ListPrice and priceValidUntil in JSON-LD ([f91bbae](f91bbae))
1 parent e84a1e0 commit 3384046

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.5.0](https://github.com/adobe-rnd/helix-commerce-api/compare/v1.4.1...v1.5.0) (2024-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* date parsing ([cebc0bc](https://github.com/adobe-rnd/helix-commerce-api/commit/cebc0bce7c9655e3b96ab328c9cd2998ac48fa68))
7+
* fix variants check ([d986afa](https://github.com/adobe-rnd/helix-commerce-api/commit/d986afa5f68775622af148cb3cec3ca110cdf73d))
8+
* support priceValidUntil in simple products ([3f79d8d](https://github.com/adobe-rnd/helix-commerce-api/commit/3f79d8d8a3cbf7c3dd39bfb19e31138d5eb36f6d))
9+
* test ([f484693](https://github.com/adobe-rnd/helix-commerce-api/commit/f484693165cab9e9d4ef21fbe29d3f4682ff1fa1))
10+
11+
12+
### Features
13+
14+
* add support for ListPrice and priceValidUntil in JSON-LD ([f91bbae](https://github.com/adobe-rnd/helix-commerce-api/commit/f91bbaea681b9d687ac4e0e01b2f8e3aae201b2f))
15+
116
## [1.4.1](https://github.com/adobe-rnd/helix-commerce-api/compare/v1.4.0...v1.4.1) (2024-11-05)
217

318

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helix-commerce-api",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"private": true,
55
"description": "API for markup content and a commerce graphql commerce proxy",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)