diff --git a/CHANGELOG.md b/CHANGELOG.md index 6416e80..d83aa68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [6.4.0](https://github.com/zivl/sentry-testkit/compare/sentry-testkit-v6.3.1...sentry-testkit-v6.4.0) (2026-03-30) + + +### Features + +* expose user field on transactions ([6360a46](https://github.com/zivl/sentry-testkit/commit/6360a46926dd0f72648ca463b246d2258a04f2be)), closes [#265](https://github.com/zivl/sentry-testkit/issues/265) + ### [6.3.0](https://github.com/zivl/sentry-testkit/compare/v6.2.2...v6.3.0) (2025-03-09) ### Features diff --git a/packages/sentry-testkit/CHANGELOG.md b/packages/sentry-testkit/CHANGELOG.md deleted file mode 100644 index ec261e4..0000000 --- a/packages/sentry-testkit/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# Changelog - -## [6.4.0](https://github.com/zivl/sentry-testkit/compare/sentry-testkit-v6.3.1...sentry-testkit-v6.4.0) (2026-03-30) - - -### Features - -* expose user field on transactions ([6360a46](https://github.com/zivl/sentry-testkit/commit/6360a46926dd0f72648ca463b246d2258a04f2be)), closes [#265](https://github.com/zivl/sentry-testkit/issues/265) diff --git a/release-please-config.json b/release-please-config.json index 982d577..9b188b2 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -3,7 +3,8 @@ "packages": { "packages/sentry-testkit": { "release-type": "node", - "package-name": "sentry-testkit" + "package-name": "sentry-testkit", + "changelog-path": "CHANGELOG.md" } } }