Skip to content

Commit a2e0f2c

Browse files
chore: prepare next release (#5705)
1 parent 019cb2c commit a2e0f2c

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

semantic-conventions/CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ All notable changes to the semantic-conventions package will be documented in th
99

1010
### :rocket: Features
1111

12+
### :bug: Bug Fixes
13+
14+
### :books: Documentation
15+
16+
### :house: Internal
17+
18+
## 1.34.0
19+
20+
### :rocket: Features
21+
1222
* feat: update semantic conventions to v1.34.0 [#5703](https://github.com/open-telemetry/opentelemetry-js/pull/5703) @trentm
1323
* Semantic Conventions v1.34.0: [changelog](https://github.com/open-telemetry/semantic-conventions/blob/main/CHANGELOG.md#v1340) | [latest docs](https://opentelemetry.io/docs/specs/semconv/)
1424
* `@opentelemetry/semantic-conventions` (stable) changes: *none*
@@ -38,12 +48,6 @@ ATTR_GEN_AI_DATA_SOURCE_ID // gen_ai.data_source.id
3848

3949
</details>
4050

41-
### :bug: Bug Fixes
42-
43-
### :books: Documentation
44-
45-
### :house: Internal
46-
4751
## 1.33.1
4852

4953
### :boom: Breaking Changes

semantic-conventions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/semantic-conventions",
3-
"version": "1.33.1",
3+
"version": "1.34.0",
44
"description": "OpenTelemetry semantic conventions",
55
"main": "build/src/index.js",
66
"module": "build/esm/index.js",

0 commit comments

Comments
 (0)