chore: prepare next release (#5607)

This commit is contained in:
OpenTelemetry Bot 2025-04-10 09:39:19 -07:00 committed by GitHub
parent b0b721ae3e
commit dac72912b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3898 additions and 466 deletions

4346
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.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

View File

@ -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",