Skip to content

Commit

Permalink
rel: bump to version 0.3.0 (#159)
Browse files Browse the repository at this point in the history
rel: bump to version 0.3.0
  • Loading branch information
wolfgangcodes authored May 23, 2024
1 parent 1485239 commit e75c112
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# honeycomb-opentelemetry-web changelog
## v0.3.0 [beta] - 2024-05-23
- maint(deps): bump the otel group with 8 updates (#147) | @dependabot
- maint(deps-dev): bump the dev-dependencies group with 2 updates (#155) | @dependabot
- maint(deps-dev): bump esbuild from 0.20.2 to 0.21.3 in /examples/hello-world-web in the example-deps group across 1 directory (#157) | @dependabot
- maint(deps): bump web-vitals from 4.0.0 to 4.0.1 (#158) | @dependabot
- feat: Upgrade to [email protected] (#152) | @wolfgangcodes
- feat: add device.type and network.effectiveType attributes (#154) | @mustafahaddara
- fix: Use constant for `service.name` from semconv library (#153) | @pkanal
- feat: drop axios requirement (#151) | @mustafahaddara
- fix: Add missing dependency shimmer to package.json (#150) | @tayles
- maint: adding more detail to the release guide (#146) | @mustafahaddara

## v0.2.1 [beta] - 2024-05-10
- maint(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates (#144) | @dependabot
- fix: Add ability to disable, don't clobber defaults when passing other config params. (#140) | @wolfgangcodes
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.2.1",
"version": "0.3.0",
"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.2.1';
export const VERSION = '0.3.0';

0 comments on commit e75c112

Please sign in to comment.