Skip to content

Commit e16f539

Browse files
committed
Release v6.48.1-beta.0
1 parent e3c95a2 commit e16f539

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [6.48.1-beta.0] - 2025-03-31
11+
1012
## [6.48.1-beta] - 2025-03-19
1113

1214
## [6.48.0] - 2024-10-23
@@ -1845,7 +1847,7 @@ instead
18451847
- `HttpClient` now adds `'Accept-Encoding': 'gzip'` header by default.
18461848

18471849

1848-
[Unreleased]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta...HEAD
1850+
[Unreleased]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.0...HEAD
18491851
[6.45.15]: https://github.com/vtex/node-vtex-api/compare/v6.45.14...v6.45.15
18501852
[6.45.14]: https://github.com/vtex/node-vtex-api/compare/v6.45.13...v6.45.14
18511853
[6.45.13]: https://github.com/vtex/node-vtex-api/compare/v6.45.12...v6.45.13
@@ -1859,4 +1861,5 @@ instead
18591861
[6.45.20]: https://github.com/vtex/node-vtex-api/compare/v6.45.20-beta...v6.45.20
18601862
[6.45.20-beta]: https://github.com/vtex/node-vtex-api/compare/v6.45.19...v6.45.20-beta
18611863

1864+
[6.48.1-beta.0]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta...v6.48.1-beta.0
18621865
[6.48.1-beta]: https://github.com/vtex/node-vtex-api/compare/v6.48.0...v6.48.1-beta

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

0 commit comments

Comments
 (0)