We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c8ccb commit f8265a7Copy full SHA for f8265a7
2 files changed
CHANGELOG.md
@@ -7,13 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
-## [7.1.1] - 2025-09-08
11
-### Changed
12
-- Add conditional enabling for diagnostics telemetry signals
13
-
14
-## [7.1.0] - 2025-09-08
+## [7.2.0] - 2025-09-08
15
### Changed
16
- Add metrics instrumentation based on diagnostics lib
+- Add conditional enabling for diagnostics telemetry signals
17
18
## [7.1.0] - 2025-09-02
19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vtex/api",
3
- "version": "7.1.1",
+ "version": "7.2.0",
4
"description": "VTEX I/O API client",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
0 commit comments