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

Commit

Permalink
chore: 0.19.0 proposal (#73)
Browse files Browse the repository at this point in the history
* chore: 0.19.0 proposal

* revert global API symbol key
  • Loading branch information
dyladan committed May 19, 2021
1 parent da59730 commit 8bd1c6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Expand Up @@ -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';
2 changes: 1 addition & 1 deletion test/internal/global.test.ts
Expand Up @@ -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
Expand Down

0 comments on commit 8bd1c6e

Please sign in to comment.