File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
## [ 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
+
9
13
## [ 6.49.6] - 2025-07-25
10
14
### Changed
11
15
- Bump ` @vtex/diagnostics-nodejs ` version
@@ -1872,7 +1876,7 @@ instead
1872
1876
- ` HttpClient ` now adds ` 'Accept-Encoding': 'gzip' ` header by default.
1873
1877
1874
1878
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
1876
1880
[ 6.45.15 ] : https://github.com/vtex/node-vtex-api/compare/v6.45.14...v6.45.15
1877
1881
[ 6.45.14 ] : https://github.com/vtex/node-vtex-api/compare/v6.45.13...v6.45.14
1878
1882
[ 6.45.13 ] : https://github.com/vtex/node-vtex-api/compare/v6.45.12...v6.45.13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vtex/api" ,
3
- "version" : " 6.49.6 " ,
3
+ "version" : " 7.0.0 " ,
4
4
"description" : " VTEX I/O API client" ,
5
5
"main" : " lib/index.js" ,
6
6
"typings" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments