Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit 5f45865

Browse files
authored
chore: release 1.0.2 proposal (#110)
* chore: release 1.0.2 proposal * chore: changelog
1 parent 071d33e commit 5f45865

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.0.2
6+
7+
### :bug: Bug Fix
8+
9+
* [#105](https://github.com/open-telemetry/opentelemetry-js-api/pull/105) fix: set delegate after successful registration ([@Flarna](https://github.com/Flarna))
10+
* [#94](https://github.com/open-telemetry/opentelemetry-js-api/pull/94) fix: enforce strict equality on prerelease versions ([@dyladan](https://github.com/dyladan))
11+
12+
### :memo: Documentation
13+
14+
* [#106](https://github.com/open-telemetry/opentelemetry-js-api/pull/106) docs: fix crash in README example ([@trentm](https://github.com/trentm))
15+
* [#101](https://github.com/open-telemetry/opentelemetry-js-api/pull/101) docs: Format example for tracer.startActiveSpan ([@ad-m](https://github.com/ad-m))
16+
* [#99](https://github.com/open-telemetry/opentelemetry-js-api/pull/99) chore: fix link to API docs ([@dyladan](https://github.com/dyladan))
17+
18+
### :house: Internal
19+
20+
* [#109](https://github.com/open-telemetry/opentelemetry-js-api/pull/109) internal: add missing approvers from core ([@dyladan](https://github.com/dyladan))
21+
* [#103](https://github.com/open-telemetry/opentelemetry-js-api/pull/103) chore: reuse NoopTracer in ProxyTracer ([@Flarna](https://github.com/Flarna))
22+
23+
### Committers: 4
24+
25+
* Adam Dobrawy ([@ad-m](https://github.com/ad-m))
26+
* Daniel Dyla ([@dyladan](https://github.com/dyladan))
27+
* Gerhard Stöbich ([@Flarna](https://github.com/Flarna))
28+
* Trent Mick ([@trentm](https://github.com/trentm))
29+
530
## 1.0.1
631

732
### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/api",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Public API for OpenTelemetry",
55
"main": "build/src/index.js",
66
"module": "build/esm/index.js",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
*/
1616

1717
// this is autogenerated file, see scripts/version-update.js
18-
export const VERSION = '1.0.1';
18+
export const VERSION = '1.0.2';

0 commit comments

Comments
 (0)