Skip to content

Commit 48a3d65

Browse files
authored
rel: v1.0.1 (#576)
## Which problem is this PR solving? Quick patch release to fix a missing export.
1 parent 87b0494 commit 48a3d65

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

packages/honeycomb-opentelemetry-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# honeycomb-opentelemetry-web changelog
22

3+
## v1.0.1 - 2025-07-21
4+
5+
- fix: export experimental user interaction instrumentation (#575) | @pkanal
6+
37
## v1.0.0 - 2025-07-18
48

59
- feat: Add timeouts as a SDK config option (#564) | @jairo-mendoza

packages/honeycomb-opentelemetry-web/package-lock.json

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

packages/honeycomb-opentelemetry-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@honeycombio/opentelemetry-web",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Honeycomb OpenTelemetry Wrapper for Browser Applications",
55
"repository": {
66
"type": "git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.0.0';
1+
export const VERSION = '1.0.1';

0 commit comments

Comments
 (0)