Skip to content

Commit 91d6075

Browse files
committed
chore(release): 1.2.0
1 parent 7a0eaab commit 91d6075

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
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+
## [1.2.0](https://github.com/discue/open-telemetry-tracing/issues/compare/v1.1.0...v1.2.0) (2024-08-15)
6+
7+
8+
### Features
9+
10+
* **instrumentation:** make sure resources like host are auto detected ([8e0ea5e](https://github.com/discue/open-telemetry-tracing/issues/commit/8e0ea5ee606d005f6346789b3742d08be6fe859c))
11+
12+
13+
### Bug Fixes
14+
15+
* **instrumentation:** dont force flush if method does not exist ([dc3f412](https://github.com/discue/open-telemetry-tracing/issues/commit/dc3f4121da1f586a276ddf1923be3dbcdd3b7eac))
16+
17+
18+
### Chores
19+
20+
* apply new linting rules ([7a0eaab](https://github.com/discue/open-telemetry-tracing/issues/commit/7a0eaabddbd39ae785545777084576a57a0791a0))
21+
* **deps-dev:** bump eslint from 9.8.0 to 9.9.0 ([465a33c](https://github.com/discue/open-telemetry-tracing/issues/commit/465a33c5efc708b8c41e75db70919980344598d0))
22+
* **deps-dev:** bump mocha from 10.7.0 to 10.7.3 ([81c6b9c](https://github.com/discue/open-telemetry-tracing/issues/commit/81c6b9c482f9589f571bb7c69ccdbb3bc483341b))
23+
524
## [1.1.0](https://github.com/discue/open-telemetry-tracing/issues/compare/v1.0.0...v1.1.0) (2024-08-06)
625

726

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discue/open-telemetry-tracing",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Simple scheduling and queueing",
55
"files": [
66
"lib"

0 commit comments

Comments
 (0)