Skip to content

Commit 9ee255d

Browse files
authored
Merge pull request #582 from vtex/update/package-version
Update version on package.json and changelog
2 parents d995c6e + af2e59c commit 9ee255d

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,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

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+
1019
## [6.48.0] - 2024-10-23
1120
### Added
1221
- resolveAll to `MineWinsConflictsResolver` to handle an array of conflicts.

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.48.0",
3+
"version": "6.49.0",
44
"description": "VTEX I/O API client",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)