Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinulhaq committed Feb 16, 2021
1 parent 0ba14c5 commit 29426fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .size-snapshot.json
@@ -1,6 +1,6 @@
{
"react-popper-tooltip.js": {
"bundled": 12727,
"bundled": 12843,
"minified": 5628,
"gzipped": 1966,
"treeshaked": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-popper-tooltip",
"version": "4.0.1",
"version": "4.1.0",
"description": "React tooltip library built around react-popper",
"author": "Mohsin Ul Haq <mohsinulhaq01@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"husky": {
"hooks": {
"pre-commit": "yarn typecheck && yarn build && yarn test && lint-staged"
"pre-commit": "yarn typecheck && yarn build && yarn test && lint-staged && git add .size-snapshot.json"
}
},
"lint-staged": {
Expand Down

0 comments on commit 29426fb

Please sign in to comment.