chore: prepare next release (#5901)
This commit is contained in:
parent
747da91175
commit
af5c2fd970
File diff suppressed because it is too large
Load Diff
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue