From ae34aaf1c2f18fb6ac909b860904fbb59454f16c Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Fri, 12 Sep 2025 09:40:22 -0400 Subject: [PATCH] docs: Fixed markdown of changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c44d831..7081203 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -### 0.1.1 (2025-08-21) - -- chore: Updated `@apm-js-collab/code-transformer` to `v.0.7.0` to get `moduleVersion` emitted over tracing channel events - ## [0.2.0](https://github.com/apm-js-collab/tracing-hooks/compare/tracing-hooks-v0.1.1...tracing-hooks-v0.2.0) (2025-09-12) @@ -14,6 +10,10 @@ * Remove `engines` ([#4](https://github.com/apm-js-collab/tracing-hooks/issues/4)) ([43a1847](https://github.com/apm-js-collab/tracing-hooks/commit/43a1847e6e9f4151b8a1d4899adbd304408e6165)) +## 0.1.1 (2025-08-21) + +- chore: Updated `@apm-js-collab/code-transformer` to `v.0.7.0` to get `moduleVersion` emitted over tracing channel events + ## 0.1.0 (2025-08-19) - Added LICENSE file to the project.