chore: prepare next release (#5655)
Co-authored-by: Trent Mick <trentm@gmail.com>
This commit is contained in:
parent
db0616fb37
commit
67ba9e3084
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue