Skip to content

Commit 1fc7fae

Browse files
chore(master): release 10.0.1 (#127)
1 parent 650429c commit 1fc7fae

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"10.0.0"}
1+
{".":"10.0.1"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## [10.0.1](https://github.com/MapColonies/telemetry/compare/v10.0.0...v10.0.1) (2025-03-20)
6+
7+
8+
### Bug Fixes
9+
10+
* **tracing:** now when debug is enabled the otlp exporter still works ([#126](https://github.com/MapColonies/telemetry/issues/126)) ([3364927](https://github.com/MapColonies/telemetry/commit/33649276bf9fbdb81646fddc547279517851aa66))
11+
12+
13+
### Dependency Updates
14+
15+
* bump @opentelemetry/auto-instrumentations-node ([#123](https://github.com/MapColonies/telemetry/issues/123)) ([650429c](https://github.com/MapColonies/telemetry/commit/650429c697704141e71814b31d6367a7ce962ea7))
16+
517
## [10.0.0](https://github.com/MapColonies/telemetry/compare/v9.0.0...v10.0.0) (2025-03-13)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@map-colonies/telemetry",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "Package for everything telemetry related in MapColonies",
55
"main": "./dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)