diff --git a/.husky/pre-commit b/.husky/pre-commit index 45f5b5b..da985c5 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -yarn typecheck && yarn build && yarn test && lint-staged && git add .size-snapshot.json +yarn typecheck && yarn build && yarn test && yarn lint-staged && git add .size-snapshot.json diff --git a/.size-snapshot.json b/.size-snapshot.json index 8e0c4c3..4127233 100644 --- a/.size-snapshot.json +++ b/.size-snapshot.json @@ -1,8 +1,8 @@ { "react-popper-tooltip.js": { - "bundled": 10744, - "minified": 5095, - "gzipped": 1733, + "bundled": 10748, + "minified": 5098, + "gzipped": 1732, "treeshaked": { "rollup": { "code": 142, diff --git a/package.json b/package.json index edac549..8e23489 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-popper-tooltip", - "version": "4.1.2", + "version": "4.2.0", "description": "React tooltip library built around react-popper", "author": "Mohsin Ul Haq ", "license": "MIT",