This repository was archived by the owner on Nov 10, 2022. It is now read-only.
File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## 1.0.0-rc.1
5
+ ## 0.20.0
6
+
7
+ ### :rocket : Enhancement
8
+
9
+ * [ #69 ] ( https://github.com/open-telemetry/opentelemetry-js-api/pull/69 ) feat(context): add utils method to remove keys from context ([ @vmarchaud ] ( https://github.com/vmarchaud ) )
10
+ * [ #71 ] ( https://github.com/open-telemetry/opentelemetry-js-api/pull/71 ) chore: export baggage ([ @dyladan ] ( https://github.com/dyladan ) )
11
+
12
+ ### Committers: 2
13
+
14
+ * Daniel Dyla ([ @dyladan ] ( https://github.com/dyladan ) )
15
+ * Valentin Marchaud ([ @vmarchaud ] ( https://github.com/vmarchaud ) )
16
+
17
+ ## 0.19.0
6
18
7
19
### :boom : Breaking Change
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @opentelemetry/api" ,
3
- "version" : " 0.19 .0" ,
3
+ "version" : " 0.20 .0" ,
4
4
"description" : " Public API for OpenTelemetry" ,
5
5
"main" : " build/src/index.js" ,
6
6
"module" : " build/esm/index.js" ,
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
// this is autogenerated file, see scripts/version-update.js
18
- export const VERSION = '0.19 .0' ;
18
+ export const VERSION = '0.20 .0' ;
You can’t perform that action at this time.
0 commit comments