Skip to content

Commit

Permalink
release v6.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsseixaso committed Jun 11, 2024
1 parent 85cf29b commit be819d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## Fixed
## [6.47.0] - 2024-06-11
### Added
- Add option to save asynchronous cache

### Fixed
- Add handler name for runtime http handlers

## [6.46.1] - 2024-01-31
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/api",
"version": "6.47.0-beta.1",
"version": "6.47.0",
"description": "VTEX I/O API client",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/HttpClient/HttpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class HttpClient {
memoryCache,
diskCache,
memoizable = true,
asyncSetCache = true,
asyncSetCache,
locale,
name,
metrics,
Expand Down

0 comments on commit be819d3

Please sign in to comment.