From 3a1c7a581711498d0ede0c67b7680d46ca171139 Mon Sep 17 00:00:00 2001 From: Ziv Levy Date: Tue, 21 Nov 2023 11:50:13 +0200 Subject: [PATCH] chore(release): 5.0.8 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c80635a..3771595 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. +### [5.0.8](https://github.com/zivl/sentry-testkit/compare/v5.0.7...v5.0.8) (2023-11-21) + + +### Bug Fixes + +* wrong stacktrace type ([3f27cb6](https://github.com/zivl/sentry-testkit/commit/3f27cb6d1cb4fb25584939533f45a277289f4dc6)) + ### [5.0.7](https://github.com/zivl/sentry-testkit/compare/v5.0.6...v5.0.7) (2023-11-13) ### [5.0.6](https://github.com/zivl/sentry-testkit/compare/v5.0.5...v5.0.6) (2023-09-23) diff --git a/package-lock.json b/package-lock.json index 8641fda..db79a45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sentry-testkit", - "version": "5.0.7", + "version": "5.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sentry-testkit", - "version": "5.0.7", + "version": "5.0.8", "license": "MIT", "dependencies": { "body-parser": "^1.20.1", diff --git a/package.json b/package.json index eb05777..132199d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sentry-testkit", - "version": "5.0.7", + "version": "5.0.8", "description": "Sentry Testkit enables Sentry to work natively in your application while running tests. The report is not really sent but rather logged locally into memory. In this way, the logged reports can be fetched for your own verification or any other purpose in your local development environment.", "main": "dist/index", "types": "dist/index",