From 8bd1c6e5d2cbff86851016f2c1948a01f02a5105 Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Wed, 19 May 2021 10:09:00 -0400 Subject: [PATCH] chore: 0.19.0 proposal (#73) * chore: 0.19.0 proposal * revert global API symbol key --- package.json | 2 +- src/version.ts | 2 +- test/internal/global.test.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index abe3f43e..756df6af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opentelemetry/api", - "version": "1.0.0-rc.1", + "version": "0.19.0", "description": "Public API for OpenTelemetry", "main": "build/src/index.js", "module": "build/esm/index.js", diff --git a/src/version.ts b/src/version.ts index c8788d33..3fc2009a 100644 --- a/src/version.ts +++ b/src/version.ts @@ -15,4 +15,4 @@ */ // this is autogenerated file, see scripts/version-update.js -export const VERSION = '1.0.0-rc.1'; +export const VERSION = '0.19.0'; diff --git a/test/internal/global.test.ts b/test/internal/global.test.ts index 3932722b..9d8f78f3 100644 --- a/test/internal/global.test.ts +++ b/test/internal/global.test.ts @@ -30,7 +30,7 @@ const api2 = require('../../src') as typeof import('../../src'); // This will need to be changed manually on major version changes. // It is intentionally not autogenerated to ensure the author of the change is aware of what they are doing. -const GLOBAL_API_SYMBOL_KEY = 'io.opentelemetry.js.api.1'; +const GLOBAL_API_SYMBOL_KEY = 'io.opentelemetry.js.api.0'; describe('Global Utils', () => { // prove they are separate instances