We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd3369 commit bb4d8b7Copy full SHA for bb4d8b7
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [7.2.4] - 2025-10-15
11
+### Fix
12
+- Restores backward compatibility for individual header constant exports
13
+
14
## [7.2.3] - 2025-10-08
15
### Fix
16
- Separate console and diagnostics client logging formats
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vtex/api",
3
- "version": "7.2.4-beta.0",
+ "version": "7.2.4",
4
"description": "VTEX I/O API client",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
0 commit comments