From 544ef0b3a3c68dbd6157d7ebede4baff932e15b9 Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] bump 0.5.6 --- package.json | 2 +- test/integration.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 6bb8aee2..c7afd7aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rrweb-snapshot", - "version": "0.5.5", + "version": "0.5.6", "description": "rrweb's component to take a snapshot of DOM, aka DOM serializer", "main": "dist/index.js", "module": "dist/module.js", diff --git a/test/integration.ts b/test/integration.ts index f668b625..8c71101f 100644 --- a/test/integration.ts +++ b/test/integration.ts @@ -70,7 +70,6 @@ describe('integration tests', () => { before(async () => { this.server = await server(); this.browser = await puppeteer.launch({ - executablePath: '/home/yanzhen/Desktop/chrome-linux/chrome', // headless: false, });