We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f8bdf commit f53802cCopy full SHA for f53802c
1 file 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
0 commit comments