From 5904050cd28b3e7c6be0cb962bf3c7139fc6b93c Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Wed, 31 Oct 2018 19:07:27 +0800 Subject: [PATCH] departed 0.5.4 and bump 0.5.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af347d58..6bb8aee2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rrweb-snapshot", - "version": "0.5.4", + "version": "0.5.5", "description": "rrweb's component to take a snapshot of DOM, aka DOM serializer", "main": "dist/index.js", "module": "dist/module.js",