From ed0dde2406e59b39e6fdf7af162747cdf31fa1f2 Mon Sep 17 00:00:00 2001 From: mohsinulhaq Date: Mon, 15 Mar 2021 11:58:12 +0530 Subject: [PATCH] bump package version --- .husky/pre-commit | 2 +- .size-snapshot.json | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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",