Skip to content

Commit ac72c9b

Browse files
committed
fix(changelog): formatting
1 parent c02c44f commit ac72c9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/
1313

1414
* feat(sdk-metrics): allow single bucket histograms [#4456](https://github.com/open-telemetry/opentelemetry-js/pull/4456) @pichlermarc
1515
* feat(instrumentation): Make `init()` method public [#4418](https://github.com/open-telemetry/opentelemetry-js/pull/4418)
16-
* feat(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x [#4469](https://github.com/open-telemetry/opentelemetry-js/pull/4469)
16+
* feat(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x [#4469](https://github.com/open-telemetry/opentelemetry-js/pull/4469) @pichlermarc
1717

1818
### :bug: (Bug Fix)
1919

@@ -22,8 +22,8 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/
2222
* fixes a bug where recording `NaN` on a histogram would result in the sum of bucket count values not matching the overall count
2323
* fix(sdk-metrics): allow single bucket histograms [#4456](https://github.com/open-telemetry/opentelemetry-js/pull/4456) @pichlermarc
2424
* fixes a bug where `Meter.createHistogram()` with the advice `explicitBucketBoundaries: []` would throw
25-
* fix(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x [#4469](https://github.com/open-telemetry/opentelemetry-js/pull/4469)
26-
* fixes a bug where old versions of `zone.js` affected by https://github.com/angular/angular/issues/53507 would be pulled in
25+
* fix(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x [#4469](https://github.com/open-telemetry/opentelemetry-js/pull/4469) @pichlermarc
26+
* fixes a bug where old versions of `zone.js` affected by <https://github.com/angular/angular/issues/53507> would be pulled in
2727

2828
### :books: (Refine Doc)
2929

0 commit comments

Comments
 (0)