Skip to content

Commit

Permalink
bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsinulhaq committed Mar 15, 2021
1 parent b342cde commit ed0dde2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"react-popper-tooltip.js": {
"bundled": 10744,
"minified": 5095,
"gzipped": 1733,
"bundled": 10748,
"minified": 5098,
"gzipped": 1732,
"treeshaked": {
"rollup": {
"code": 142,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ed0dde2

Please sign in to comment.