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

Commit 821a007

Browse files
authored
chore: release proposal 1.0.1 (#98)
1 parent 7441fea commit 821a007

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.0.1
6+
7+
### :bug: Bug Fix
8+
9+
* [#96](https://github.com/open-telemetry/opentelemetry-js-api/pull/96) chore: remove circular dependency ([@dyladan](https://github.com/dyladan))
10+
11+
### Committers: 1
12+
13+
* Daniel Dyla ([@dyladan](https://github.com/dyladan))
14+
515
## 1.0.0
616

717
### :memo: Documentation

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",
3+
"version": "1.0.1",
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';
18+
export const VERSION = '1.0.1';

0 commit comments

Comments
 (0)