Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit 8bd1c6e

Browse files
authored
chore: 0.19.0 proposal (#73)
* chore: 0.19.0 proposal * revert global API symbol key
1 parent da59730 commit 8bd1c6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/api",
3-
"version": "1.0.0-rc.1",
3+
"version": "0.19.0",
44
"description": "Public API for OpenTelemetry",
55
"main": "build/src/index.js",
66
"module": "build/esm/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
*/
1616

1717
// this is autogenerated file, see scripts/version-update.js
18-
export const VERSION = '1.0.0-rc.1';
18+
export const VERSION = '0.19.0';

test/internal/global.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const api2 = require('../../src') as typeof import('../../src');
3030

3131
// This will need to be changed manually on major version changes.
3232
// It is intentionally not autogenerated to ensure the author of the change is aware of what they are doing.
33-
const GLOBAL_API_SYMBOL_KEY = 'io.opentelemetry.js.api.1';
33+
const GLOBAL_API_SYMBOL_KEY = 'io.opentelemetry.js.api.0';
3434

3535
describe('Global Utils', () => {
3636
// prove they are separate instances

0 commit comments

Comments
 (0)