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 aa8d323 commit d42c2c4Copy full SHA for d42c2c4
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.5] - 2025-10-28
11
+### Changed
12
+- Added a new metrics tooling layer using @vtex/diagnostics-nodejs to replace the legacy MetricsAccumulator system
13
+
14
## [7.2.4] - 2025-10-15
15
### Fix
16
- Restores backward compatibility for individual header constant exports
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vtex/api",
3
- "version": "7.2.5-beta.0",
+ "version": "7.2.5",
4
"description": "VTEX I/O API client",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
0 commit comments