chore: prepare next release (#5901)

This commit is contained in:
OpenTelemetry Bot 2025-09-02 16:48:39 -07:00 committed by GitHub
parent 747da91175
commit af5c2fd970
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6569 additions and 341 deletions

6894
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,16 @@ All notable changes to the semantic-conventions package will be documented in th
### :rocket: Features
### :bug: Bug Fixes
### :books: Documentation
### :house: Internal
## 1.37.0
### :rocket: Features
* feat: add `EVENT_*` exports for event names in Semantic Conventions [#5832](https://github.com/open-telemetry/opentelemetry-js/pull/5832) @trentm
* feat: update semantic conventions to v1.37.0 [#5879](https://github.com/open-telemetry/opentelemetry-js/pull/5879) @trentm
@ -334,10 +344,6 @@ ATTR_OTEL_SCOPE_SCHEMA_URL
* fix: prioritize `esnext` export condition as it is more specific [#5458](https://github.com/open-telemetry/opentelemetry-js/pull/5458)
### :books: Documentation
### :house: Internal
## 1.36.0
### :rocket: Features

View File

@ -1,6 +1,6 @@
{
"name": "@opentelemetry/semantic-conventions",
"version": "1.36.0",
"version": "1.37.0",
"description": "OpenTelemetry semantic conventions",
"main": "build/src/index.js",
"module": "build/esm/index.js",