Skip to content

Commit 7ecee58

Browse files
Release v7.0.0 (#599)
1 parent 44dc72e commit 7ecee58

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ 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+
## [7.0.0] - 2025-07-25
10+
### Changed
11+
- Version created to keep track of Runtime 7-compatible implementation of this lib
12+
913
## [6.49.6] - 2025-07-25
1014
### Changed
1115
- Bump `@vtex/diagnostics-nodejs` version
@@ -1872,7 +1876,7 @@ instead
18721876
- `HttpClient` now adds `'Accept-Encoding': 'gzip'` header by default.
18731877

18741878

1875-
[Unreleased]: https://github.com/vtex/node-vtex-api/compare/v6.48.1-beta.4...HEAD
1879+
[7.0.0]: https://github.com/vtex/node-vtex-api/compare/v7.0.0...v6.49.6
18761880
[6.45.15]: https://github.com/vtex/node-vtex-api/compare/v6.45.14...v6.45.15
18771881
[6.45.14]: https://github.com/vtex/node-vtex-api/compare/v6.45.13...v6.45.14
18781882
[6.45.13]: https://github.com/vtex/node-vtex-api/compare/v6.45.12...v6.45.13

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

0 commit comments

Comments
 (0)