We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1966d53 commit 9c9ba65Copy full SHA for 9c9ba65
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [6.45.23] - 2023-10-04
11
+
12
+### Fixed
13
+- Fix metrics being restricted by tracing restrictions
14
15
## [6.45.22] - 2023-09-20
16
17
### Removed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vtex/api",
3
- "version": "6.45.22",
+ "version": "6.45.23",
4
"description": "VTEX I/O API client",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
0 commit comments