File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 6.48.0] - 2024-10-23
10
11
### Added
11
12
- resolveAll to ` MineWinsConflictsResolver ` to handle an array of conflicts.
12
13
14
+ ### Fixed
15
+ - Avoid using async/await with then callbacks
16
+ - Bump semver from 5.7.1 to 5.7.2
17
+
18
+ ### Changed
19
+ - @auth : Validate token's ` account ` scope
20
+ - Delete Metadata client
21
+
13
22
## [ 6.47.0] - 2024-06-11
14
23
### Added
15
24
- Add option to save asynchronous cache
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vtex/api" ,
3
- "version" : " 6.47 .0" ,
3
+ "version" : " 6.48 .0" ,
4
4
"description" : " VTEX I/O API client" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments