Skip to content

Commit ec6be99

Browse files
author
arturpimentel
committed
Release v6.48.1-beta.4
1 parent f000934 commit ec6be99

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.4] - 2025-05-04
11+
1012
## [6.49.1] - 2025-04-30
1113
### Fixed
1214
- Add yarn.lock changes from previous release
@@ -1866,7 +1868,7 @@ instead
18661868
- `HttpClient` now adds `'Accept-Encoding': 'gzip'` header by default.
18671869

18681870

1869-
[Unreleased]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.3...HEAD
1871+
[Unreleased]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.4...HEAD
18701872
[6.45.15]: https://github.com/vtex/node-vtex-api/compare/v6.45.14...v6.45.15
18711873
[6.45.14]: https://github.com/vtex/node-vtex-api/compare/v6.45.13...v6.45.14
18721874
[6.45.13]: https://github.com/vtex/node-vtex-api/compare/v6.45.12...v6.45.13
@@ -1880,6 +1882,7 @@ instead
18801882
[6.45.20]: https://github.com/vtex/node-vtex-api/compare/v6.45.20-beta...v6.45.20
18811883
[6.45.20-beta]: https://github.com/vtex/node-vtex-api/compare/v6.45.19...v6.45.20-beta
18821884

1885+
[6.48.1-beta.4]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.3...v6.48.1-beta.4
18831886
[6.48.1-beta.3]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.2...v6.48.1-beta.3
18841887
[6.48.1-beta.2]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.1...v6.48.1-beta.2
18851888
[6.48.1-beta.1]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.0...v6.48.1-beta.1

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

0 commit comments

Comments
 (0)