From 4ece8558dad176dd39ebbdbcf6f7e9b81c2ad045 Mon Sep 17 00:00:00 2001 From: Ziv Levy Date: Mon, 13 Nov 2023 21:08:51 +0200 Subject: [PATCH] chore(release): 5.0.7 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 162de3e..c80635a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.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) ### [5.0.5](https://github.com/zivl/sentry-testkit/compare/v5.0.4...v5.0.5) (2023-01-04) diff --git a/package-lock.json b/package-lock.json index c11d21f..8641fda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sentry-testkit", - "version": "5.0.6", + "version": "5.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sentry-testkit", - "version": "5.0.6", + "version": "5.0.7", "license": "MIT", "dependencies": { "body-parser": "^1.20.1", diff --git a/package.json b/package.json index f392fc7..eb05777 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sentry-testkit", - "version": "5.0.6", + "version": "5.0.7", "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",