Skip to content

Commit 2a57da2

Browse files
committed
chore(release): 0.8.0
1 parent 228190b commit 2a57da2

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.8.0](https://github.com/discue/open-telemetry-tracing/issues/compare/v0.7.0...v0.8.0) (2023-12-26)
6+
7+
8+
### Features
9+
10+
* export span status codes ([9d3d8db](https://github.com/discue/open-telemetry-tracing/issues/commit/9d3d8dba3e62976d6990590c25f16029a1014f03))
11+
12+
13+
### Chores
14+
15+
* **deps:** allow newer version of trace otlp http ([ae3f123](https://github.com/discue/open-telemetry-tracing/issues/commit/ae3f123fbb7cc6dd0b3fc7a52af41502911e73a0))
16+
* remove types after publish ([c1cbce8](https://github.com/discue/open-telemetry-tracing/issues/commit/c1cbce85bfeb19592a7abbd16f1f4bf1c3be038c))
17+
518
## [0.7.0](https://github.com/discue/open-telemetry-tracing/issues/compare/v0.6.0...v0.7.0) (2023-12-25)
619

720

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discue/open-telemetry-tracing",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Simple scheduling and queueing",
55
"engines": {
66
"node": "18"
@@ -71,4 +71,4 @@
7171
"standard-version": "^9.5.0",
7272
"typescript": "^5.3.3"
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)