We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44dc72e commit c81bd97Copy full SHA for c81bd97
CHANGELOG.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
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
+
13
## [6.49.6] - 2025-07-25
14
### Changed
15
- Bump `@vtex/diagnostics-nodejs` version
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vtex/api",
3
- "version": "6.49.6",
+ "version": "7.0.0",
4
"description": "VTEX I/O API client",
5
"main": "lib/index.js",
"typings": "lib/index.d.ts",
0 commit comments