chore: prepare next release (#5655)

Co-authored-by: Trent Mick <trentm@gmail.com>
This commit is contained in:
OpenTelemetry Bot 2025-05-07 10:45:28 -07:00 committed by GitHub
parent db0616fb37
commit 67ba9e3084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7377 additions and 1810 deletions

9167
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,17 @@ All notable changes to the semantic-conventions package will be documented in th
### :rocket: Features
* feat: update semantic conventions to v1.33.0 [#NNNN]
### :bug: Bug Fixes
### :books: Documentation
### :house: Internal
## 1.33.0
### :rocket: Features
* feat: update semantic conventions to v1.33.0 [#5654](https://github.com/open-telemetry/opentelemetry-js/pull/5654) @trentm
* Semantic Conventions v1.33.0: [changelog](https://github.com/open-telemetry/semantic-conventions/blob/main/CHANGELOG.md#v1330) | [latest docs](https://opentelemetry.io/docs/specs/semconv/)
* `@opentelemetry/semantic-conventions` (stable) changes: *56 added exports*
* `@opentelemetry/semantic-conventions/incubating` (unstable) changes: *1 exported value changed, 6 newly deprecated exports, 1 newly undeprecated export, 57 added exports*
@ -190,12 +200,6 @@ VCS_PROVIDER_NAME_VALUE_GITEA // "gitea"
</details>
### :bug: Bug Fixes
### :books: Documentation
### :house: Internal
## 1.32.0
### :rocket: Features

View File

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