Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rel: Release v0.1.1 #124

Merged
merged 2 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# honeycomb-opentelemetry-web changelog

## v0.1.1 [beta] - 2024-04-16

- maint(deps): bump the otel group with 7 updates (#122) | @dependabot
- maint(deps): bump the dev-dependencies group with 4 updates (#123) | @dependabot
- maint(deps): bump the example-deps group in /examples/hello-world-web with 2 updates (#120) | @dependabot
- maint(deps): bump axios from 1.6.7 to 1.6.8 (#112) | @dependabot

## v0.1.0 [beta] - 2024-03-13

- maint(deps): bump the example-deps group in /examples/hello-world-web with 1 update (#104) | @dependabot
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Honeycomb wrapper for [OpenTelemetry](https://opentelemetry.io) in the browser.

Latest release:

* built with OpenTelemetry JS [Stable v1.22.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.22.0), [Experimental v0.49.1](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.49.1), [API v1.8.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/api%2Fv1.8.0)
* compatible with OpenTelemetry Auto-Instrumentations for Web [~0.37.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-web-v0.37.0)
* built with OpenTelemetry JS [Stable v1.23.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/v1.23.0), [Experimental v0.50.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.50.0), [API v1.8.0](https://github.com/open-telemetry/opentelemetry-js/releases/tag/api%2Fv1.8.0)
* compatible with OpenTelemetry Auto-Instrumentations for Web [~0.38.0](https://github.com/open-telemetry/opentelemetry-js-contrib/releases/tag/auto-instrumentations-web-v0.38.0)

This package sets up OpenTelemetry for tracing, using our recommended practices, including:

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@honeycombio/opentelemetry-web",
"version": "0.1.0",
"version": "0.1.1",
"description": "Honeycomb OpenTelemetry Wrapper for Browser Applications",
"main": "./dist/src/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.1.0';
export const VERSION = '0.1.1';
Loading