Skip to content

Commit 4199e55

Browse files
committed
Release 0.8.0
1 parent 9ea5345 commit 4199e55

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rrweb-snapshot",
3-
"version": "0.7.29",
3+
"version": "0.8.0",
44
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
55
"scripts": {
66
"test": "cross-env TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.ts",

typings/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ export declare type MaskInputOptions = Partial<{
6868
url: boolean;
6969
week: boolean;
7070
textarea: boolean;
71+
select: boolean;
7172
}>;

0 commit comments

Comments
 (0)