Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thalytafabrine committed Feb 16, 2024
1 parent 9652f23 commit 7c3370f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed
- Get SKU details from SKU document when mapping search document.

## [1.4.1] - 2024-02-08

## [1.4.0] - 2024-02-08
Expand Down
4 changes: 2 additions & 2 deletions src/__tests__/mock/biggyProduct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const biggyProductMock: BiggySearchProduct = {
id: '1',
},
],
catalogAttributes: []
catalogAttributes: [],
},
{
image: 'http://storecomponents.vteximg.com.br/arquivos/ids/155643-55-55/Frame-2.jpg?v=637411555784670000',
Expand Down Expand Up @@ -301,7 +301,7 @@ export const biggyProductMock: BiggySearchProduct = {
oldPriceText: '$1,000.50',
priceText: '$600.30',
spotPriceText: '$600.30',
catalogAttributes: []
catalogAttributes: [],
},
],
link: 'tank-top',
Expand Down

0 comments on commit 7c3370f

Please sign in to comment.