Skip to content

Commit be19bdc

Browse files
committed
chore(release): 0.12.0
1 parent e40ac3c commit be19bdc

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.12.0](https://github.com/discue/open-telemetry-tracing/issues/compare/v0.11.0...v0.12.0) (2024-05-01)
6+
7+
8+
### Features
9+
10+
* use new node sdk implementation ([7dad98e](https://github.com/discue/open-telemetry-tracing/issues/commit/7dad98eb606fbe9675e2e571a36039dbb149da18))
11+
12+
13+
### Chores
14+
15+
* clarify usage ([e40ac3c](https://github.com/discue/open-telemetry-tracing/issues/commit/e40ac3c15d2b85d35eba9967943efc08b6ac3cfa))
16+
* **deps:** clean up dependencies ([7dd2f81](https://github.com/discue/open-telemetry-tracing/issues/commit/7dd2f81ca6183611982a26c3b84d2a7f04e3a417))
17+
* **deps:** install node sdk ([8fbf199](https://github.com/discue/open-telemetry-tracing/issues/commit/8fbf19914de6e08d13a46e7218b2b7d93b7fb220))
18+
* **docs:** update readme ([9252186](https://github.com/discue/open-telemetry-tracing/issues/commit/9252186000fada34d5efd4fe40962e638d1285fc))
19+
* **docs:** update repo name ([95005e6](https://github.com/discue/open-telemetry-tracing/issues/commit/95005e6422d23cb24c726abb290e38f4c5aa4ec3))
20+
* make debug logging configurable ([03e8388](https://github.com/discue/open-telemetry-tracing/issues/commit/03e8388f4bbbbc04239cc343f0fb4e5ca01f6f1c))
21+
522
## [0.11.0](https://github.com/discue/open-telemetry-tracing/issues/compare/v0.10.0...v0.11.0) (2024-05-01)
623

724

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.11.0",
3+
"version": "0.12.0",
44
"description": "Simple scheduling and queueing",
55
"files": [
66
"lib"
@@ -67,4 +67,4 @@
6767
"standard-version": "^9.5.0",
6868
"typescript": "^5.4.5"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)