Skip to content

Commit

Permalink
πŸ”– v5.0.0 (#842)
Browse files Browse the repository at this point in the history
* chore: bump package version to 5.0.0

* chore: add publishConfig to package.json
  • Loading branch information
nilshah98 committed Nov 15, 2023
1 parent 2afa015 commit 6a02490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@percy/storybook",
"version": "5.0.0-beta.2",
"version": "5.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/percy/percy-storybook.git"
},
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"engine": {
"node": ">=14"
Expand Down

0 comments on commit 6a02490

Please sign in to comment.