Skip to content

Commit d6d7761

Browse files
committed
Release v6.49.8-beta
1 parent 516c4f5 commit d6d7761

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [6.49.8-beta] - 2025-09-01
911
## [6.49.7] - 2025-08-13
1012
### Fixed
1113
- Version of Axios that is incompatible with Asset Builder
@@ -1876,6 +1878,7 @@ instead
18761878
- `HttpClient` now adds `'Accept-Encoding': 'gzip'` header by default.
18771879

18781880

1881+
[6.49.8-beta]: https://github.com/vtex/node-vtex-api/compare/v6.49.7...v6.49.8-beta
18791882
[6.49.7]: https://github.com/vtex/node-vtex-api/compare/v6.48.6...v6.49.7
18801883
[6.45.15]: https://github.com/vtex/node-vtex-api/compare/v6.45.14...v6.45.15
18811884
[6.45.14]: https://github.com/vtex/node-vtex-api/compare/v6.45.13...v6.45.14
@@ -1889,3 +1892,6 @@ instead
18891892
[6.45.21-beta]: https://github.com/vtex/node-vtex-api/compare/v6.45.20...v6.45.21-beta
18901893
[6.45.20]: https://github.com/vtex/node-vtex-api/compare/v6.45.20-beta...v6.45.20
18911894
[6.45.20-beta]: https://github.com/vtex/node-vtex-api/compare/v6.45.19...v6.45.20-beta
1895+
1896+
1897+
[Unreleased]: https://github.com/vtex/node-vtex-api/compare/v6.49.8-beta...HEAD

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

0 commit comments

Comments
 (0)