From ce7ba8c4074c306a87cb3d498d6bf0b6d741461a Mon Sep 17 00:00:00 2001 From: Ziv Levy Date: Thu, 7 Jul 2022 14:30:25 +0300 Subject: [PATCH] chore(release): 4.0.1 --- 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 6e8ed80..4f60a5c 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. +### [4.0.1](https://github.com/wix/sentry-testkit/compare/v4.0.0...v4.0.1) (2022-07-07) + ## [4.0.0](https://github.com/wix/sentry-testkit/compare/v3.3.8...v4.0.0) (2022-07-07) diff --git a/package-lock.json b/package-lock.json index e4857e6..e23f930 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sentry-testkit", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sentry-testkit", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "body-parser": "^1.19.0", diff --git a/package.json b/package.json index 9f5dcd5..396a33f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sentry-testkit", - "version": "4.0.0", + "version": "4.0.1", "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.js", "types": "index.d.ts",