This repository was archived by the owner on Nov 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
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
618
719### :boom : Breaking Change
820
Original file line number Diff line number Diff line change 11{
22 "name" : " @opentelemetry/api" ,
3- "version" : " 0.19 .0" ,
3+ "version" : " 0.20 .0" ,
44 "description" : " Public API for OpenTelemetry" ,
55 "main" : " build/src/index.js" ,
66 "module" : " build/esm/index.js" ,
Original file line number Diff line number Diff line change 1515 */
1616
1717// 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