Skip to content

Commit

Permalink
chore: publishing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Hinds committed Aug 11, 2021
1 parent bac9ab8 commit c78c3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/storybook-addon-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-performance",
"version": "0.16.0",
"version": "0.16.1",
"description": "A storybook addon to help better understand and debug performance for React components",
"keywords": [
"addon",
Expand Down Expand Up @@ -89,7 +89,7 @@
"build:clean": "rimraf dist",
"build": "yarn build:clean && yarn typescript:build",
"preversion": "yarn test",
"postversion": "git push && git push --tags",
"postversion": "git add -A && git commit -m \"chore: publishing new version\" && git push && git push --tags",
"prepublishOnly": "yarn build"
},
"storybook": {
Expand Down

0 comments on commit c78c3a0

Please sign in to comment.