From 67e8e9f61c6d7085f18a21c6282ca6a7129fa005 Mon Sep 17 00:00:00 2001 From: "blucas.wu" <15555602203@163.com> Date: Wed, 6 Dec 2023 16:49:39 +0800 Subject: [PATCH] chore(release): 1.4.6 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba0ca6a..ab35e8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [1.4.6](https://github.com/HuolalaTech/page-spy/compare/v1.4.5...v1.4.6) (2023-12-06) + +### Bug Fixes + +- remove beforeunload event ([6baf819](https://github.com/HuolalaTech/page-spy/commit/6baf819f77b6ca13eb6c027a9ab4a080161002d9)) + ### [1.4.5](https://github.com/HuolalaTech/page-spy/compare/v1.4.4...v1.4.5) (2023-12-06) ### [1.4.4](https://github.com/HuolalaTech/page-spy/compare/v1.4.3...v1.4.4) (2023-12-06) diff --git a/package.json b/package.json index 133ef730..89c203a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@huolala-tech/page-spy", - "version": "1.4.5", + "version": "1.4.6", "description": "A developer tool for debugging remote web page.", "main": "dist/index.min.js", "types": "dist/types/index.d.ts",