Skip to content

Commit

Permalink
rel: Release v0.1.1 (#124)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Release v0.1.1 of the web distro.

## Short description of the changes
- Update Changelog
- Bump version
- Update OTel base versions
  • Loading branch information
pkanal authored Apr 16, 2024
1 parent 0f73194 commit e46248c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
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';

0 comments on commit e46248c

Please sign in to comment.