Skip to content

Commit 3d2e677

Browse files
committed
Release v6.48.1-beta.3
1 parent 1da21ee commit 3d2e677

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.3] - 2025-04-28
11+
1012
## [6.48.1-beta.2] - 2025-03-31
1113

1214
## [6.48.1-beta.1] - 2025-03-31
@@ -1851,7 +1853,7 @@ instead
18511853
- `HttpClient` now adds `'Accept-Encoding': 'gzip'` header by default.
18521854

18531855

1854-
[Unreleased]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.2...HEAD
1856+
[Unreleased]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.3...HEAD
18551857
[6.45.15]: https://github.com/vtex/node-vtex-api/compare/v6.45.14...v6.45.15
18561858
[6.45.14]: https://github.com/vtex/node-vtex-api/compare/v6.45.13...v6.45.14
18571859
[6.45.13]: https://github.com/vtex/node-vtex-api/compare/v6.45.12...v6.45.13
@@ -1865,6 +1867,7 @@ instead
18651867
[6.45.20]: https://github.com/vtex/node-vtex-api/compare/v6.45.20-beta...v6.45.20
18661868
[6.45.20-beta]: https://github.com/vtex/node-vtex-api/compare/v6.45.19...v6.45.20-beta
18671869

1870+
[6.48.1-beta.3]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.2...v6.48.1-beta.3
18681871
[6.48.1-beta.2]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.1...v6.48.1-beta.2
18691872
[6.48.1-beta.1]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.0...v6.48.1-beta.1
18701873
[6.48.1-beta.0]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta...v6.48.1-beta.0

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

0 commit comments

Comments
 (0)