We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d995c6e + af2e59c commit 9ee255dCopy full SHA for 9ee255d
CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [6.49.0] - 2025-04-29
11
+### Changed
12
+- Update logging instrumentation
13
+
14
+### Fixed
15
+- Bump typescript-json-schema from 0.40.0 to 0.52.0
16
+- Fix `yarn gen` script
17
+- Update node-version on publish workflows
18
19
## [6.48.0] - 2024-10-23
20
### Added
21
- resolveAll to `MineWinsConflictsResolver` to handle an array of conflicts.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vtex/api",
3
- "version": "6.48.0",
+ "version": "6.49.0",
4
"description": "VTEX I/O API client",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
0 commit comments