Skip to content

Commit 6d0d33b

Browse files
chore: prepare next release (#5700)
1 parent 280cd50 commit 6d0d33b

File tree

3 files changed

+64
-59
lines changed

3 files changed

+64
-59
lines changed

package-lock.json

Lines changed: 56 additions & 55 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: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ All notable changes to the semantic-conventions package will be documented in th
77

88
### :boom: Breaking Changes
99

10-
* fix: Remove the subset of `DB_SYSTEM_NAME_VALUE_*` exports that are unstable from the `@opentelemetry/semantic-conventions` entry point. [#5690](https://github.com/open-telemetry/opentelemetry-js/pull/5690)
11-
* Version 1.33.0 erroneously included all `DB_SYSTEM_NAME_VALUE_*` constants in the stable entry point. Some of those enum values are not yet stable. They have been moved back to the unstable `@opentelemetry/semantic-conventions/incubating` entry point. See the PR description for a full list.
12-
1310
### :rocket: Features
1411

1512
### :bug: Bug Fixes
@@ -18,6 +15,13 @@ All notable changes to the semantic-conventions package will be documented in th
1815

1916
### :house: Internal
2017

18+
## 1.33.1
19+
20+
### :boom: Breaking Changes
21+
22+
* fix: Remove the subset of `DB_SYSTEM_NAME_VALUE_*` exports that are unstable from the `@opentelemetry/semantic-conventions` entry point. [#5690](https://github.com/open-telemetry/opentelemetry-js/pull/5690)
23+
* Version 1.33.0 erroneously included all `DB_SYSTEM_NAME_VALUE_*` constants in the stable entry point. Some of those enum values are not yet stable. They have been moved back to the unstable `@opentelemetry/semantic-conventions/incubating` entry point. See the PR description for a full list.
24+
2125
## 1.33.0
2226

2327
### :rocket: Features

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.0",
3+
"version": "1.33.1",
44
"description": "OpenTelemetry semantic conventions",
55
"main": "build/src/index.js",
66
"module": "build/esm/index.js",

0 commit comments

Comments
 (0)