We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36f8bdf + ba8e444 commit 45d09e9Copy full SHA for 45d09e9
2 files changed
CHANGELOG.md
@@ -7,9 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [6.48.0] - 2024-10-23
11
### Added
12
- resolveAll to `MineWinsConflictsResolver` to handle an array of conflicts.
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
22
## [6.47.0] - 2024-06-11
23
24
- Add option to save asynchronous cache
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vtex/api",
3
- "version": "6.47.0",
+ "version": "6.48.0",
4
"description": "VTEX I/O API client",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
0 commit comments