From 821a007a713ca1840b77e76f92a443191c780431 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) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- src/version.ts | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e98b99..d194467 100644 --- a/CHANGELOG.md +++ b/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/package.json b/package.json index 853a4cf..b48545e 100644 --- a/package.json +++ b/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/src/version.ts b/src/version.ts index 2d95159..40e7eba 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'; +export const VERSION = '1.0.1';