Skip to content

Commit 45d09e9

Browse files
authored
Merge pull request #571 from vtex/update-changelog-6.48.0
Update changelog of version 6.48.0
2 parents 36f8bdf + ba8e444 commit 45d09e9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [6.48.0] - 2024-10-23
1011
### Added
1112
- resolveAll to `MineWinsConflictsResolver` to handle an array of conflicts.
1213

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+
1322
## [6.47.0] - 2024-06-11
1423
### Added
1524
- Add option to save asynchronous cache

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/api",
3-
"version": "6.47.0",
3+
"version": "6.48.0",
44
"description": "VTEX I/O API client",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)