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

Commit 726fd82

Browse files
authored
chore: release proposal 0.21.0 (#88)
1 parent d28c68e commit 726fd82

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

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

5+
## 0.21.0
6+
7+
### :boom: Breaking Change
8+
9+
* [#78](https://github.com/open-telemetry/opentelemetry-js-api/pull/78) feat: unify signatures of `with` and `bind` ([@Rauno56](https://github.com/Rauno56))
10+
* [#46](https://github.com/open-telemetry/opentelemetry-js-api/pull/46) chore: do not export singletons ([@dyladan](https://github.com/dyladan))
11+
12+
### :rocket: Enhancement
13+
14+
* [#81](https://github.com/open-telemetry/opentelemetry-js-api/pull/81) chore: function overloads implementation of startActiveSpan in noop t… ([@naseemkullah](https://github.com/naseemkullah))
15+
16+
### :house: Internal
17+
18+
* [#84](https://github.com/open-telemetry/opentelemetry-js-api/pull/84) chore: remove unused backwards compatibility folder ([@Flarna](https://github.com/Flarna))
19+
* [#85](https://github.com/open-telemetry/opentelemetry-js-api/pull/85) chore: add node:16 to the test matrix ([@Rauno56](https://github.com/Rauno56))
20+
* [#63](https://github.com/open-telemetry/opentelemetry-js-api/pull/63) feat: debug log global registrations and logger overwrites ([@Rauno56](https://github.com/Rauno56))
21+
* [#75](https://github.com/open-telemetry/opentelemetry-js-api/pull/75) Add CodeQL Security Scan ([@xukaren](https://github.com/xukaren))
22+
* [#79](https://github.com/open-telemetry/opentelemetry-js-api/pull/79) chore: fix eslint config ([@Rauno56](https://github.com/Rauno56))
23+
24+
### Committers: 5
25+
26+
* Daniel Dyla ([@dyladan](https://github.com/dyladan))
27+
* Gerhard Stöbich ([@Flarna](https://github.com/Flarna))
28+
* Karen Xu ([@xukaren](https://github.com/xukaren))
29+
* Naseem ([@naseemkullah](https://github.com/naseemkullah))
30+
* Rauno Viskus ([@Rauno56](https://github.com/Rauno56))
31+
532
## 0.20.0
633

734
### :rocket: Enhancement

package.json

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

src/version.ts

Lines changed: 1 addition & 1 deletion
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 = '0.20.0';
18+
export const VERSION = '0.21.0';

0 commit comments

Comments
 (0)