Skip to content

Commit

Permalink
chore: 0.10.0 release proposal (open-telemetry#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Feb 18, 2021
1 parent 8518106 commit f53d352
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentelemetry/api",
"version": "0.9.0",
"version": "0.10.0",
"description": "Public API for OpenTelemetry",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"dependencies": {
"@opentelemetry/context-base": "^0.9.0"
"@opentelemetry/context-base": "^0.10.0"
},
"devDependencies": {
"@types/mocha": "8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion api/packages/opentelemetry-context-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentelemetry/context-base",
"version": "0.9.0",
"version": "0.10.0",
"description": "OpenTelemetry Base Context Manager",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion api/src/context-base/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
*/

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '0.9.0';
export const VERSION = '0.10.0';
2 changes: 1 addition & 1 deletion api/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
*/

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '0.9.0';
export const VERSION = '0.10.0';

0 comments on commit f53d352

Please sign in to comment.