chore: prepare next release (#5607)
This commit is contained in:
parent
b0b721ae3e
commit
dac72912b3
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.32.0
|
||||
|
||||
### :rocket: Features
|
||||
|
||||
* feat: update semantic conventions to v1.32.0 [#5603](https://github.com/open-telemetry/opentelemetry-js/pull/5603) @trentm
|
||||
* Semantic Conventions v1.32.0: [changelog](https://github.com/open-telemetry/semantic-conventions/blob/main/CHANGELOG.md#v1320) | [latest docs](https://opentelemetry.io/docs/specs/semconv/)
|
||||
* `@opentelemetry/semantic-conventions` (stable) changes: *none*
|
||||
|
@ -109,12 +119,6 @@ ATTR_VCS_PROVIDER_NAME // vcs.provider.name
|
|||
|
||||
</details>
|
||||
|
||||
### :bug: Bug Fixes
|
||||
|
||||
### :books: Documentation
|
||||
|
||||
### :house: Internal
|
||||
|
||||
## 1.31.0
|
||||
|
||||
### :rocket: Features
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@opentelemetry/semantic-conventions",
|
||||
"version": "1.31.0",
|
||||
"version": "1.32.0",
|
||||
"description": "OpenTelemetry semantic conventions",
|
||||
"main": "build/src/index.js",
|
||||
"module": "build/esm/index.js",
|
||||
|
|
Loading…
Reference in New Issue