From 3f6bca7307dcab79eda503fe3d2b30284e658336 Mon Sep 17 00:00:00 2001 From: Daniel Dyla Date: Fri, 25 Jun 2021 15:44:10 -0400 Subject: [PATCH] chore: release proposal 1.0.1 (#98) --- api/CHANGELOG.md | 10 ++++++++++ api/package.json | 2 +- api/src/version.ts | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 5e98b99a232..d194467b49d 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## 1.0.1 + +### :bug: Bug Fix + +* [#96](https://github.com/open-telemetry/opentelemetry-js-api/pull/96) chore: remove circular dependency ([@dyladan](https://github.com/dyladan)) + +### Committers: 1 + +* Daniel Dyla ([@dyladan](https://github.com/dyladan)) + ## 1.0.0 ### :memo: Documentation diff --git a/api/package.json b/api/package.json index 853a4cf88f0..b48545e9c5c 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@opentelemetry/api", - "version": "1.0.0", + "version": "1.0.1", "description": "Public API for OpenTelemetry", "main": "build/src/index.js", "module": "build/esm/index.js", diff --git a/api/src/version.ts b/api/src/version.ts index 2d95159f2ca..40e7ebaca17 100644 --- a/api/src/version.ts +++ b/api/src/version.ts @@ -15,4 +15,4 @@ */ // this is autogenerated file, see scripts/version-update.js -export const VERSION = '1.0.0'; +export const VERSION = '1.0.1';