Skip to content

Commit 2f7fdb1

Browse files
Version Packages
1 parent 778c605 commit 2f7fdb1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/tricky-kids-look.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# workers-tracing
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- [#11](https://github.com/BlobDevelopment/workers-tracing/pull/11) [`778c605`](https://github.com/BlobDevelopment/workers-tracing/commit/778c6052d99fe2beb4bdbe2cb5ef7dfcf4c10ffe) Thanks [@WalshyDev](https://github.com/WalshyDev)! - Fixed #9 - if `navigator` is not defined (old compat date) it will now default to "Unknown" for the runtime name.
8+
39
## 0.1.3
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workers-tracing",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Enable tracing within Workers with this simple package! Simply trace and send to a collector with a compatible export format",
55
"author": "Daniel Walsh (@WalshyDev)",
66
"license": "MIT",

0 commit comments

Comments
 (0)