Skip to content

Commit

Permalink
chore: 0.8.1 release proposal (open-telemetry#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Feb 18, 2021
1 parent 583109e commit 23b574b
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.8.0",
"version": "0.8.1",
"description": "Public API for OpenTelemetry",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"access": "public"
},
"dependencies": {
"@opentelemetry/context-base": "^0.8.0"
"@opentelemetry/context-base": "^0.8.1"
},
"devDependencies": {
"@types/mocha": "^7.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.8.0",
"version": "0.8.1",
"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.8.0';
export const VERSION = '0.8.1';
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.8.0';
export const VERSION = '0.8.1';

0 comments on commit 23b574b

Please sign in to comment.