Skip to content

Commit

Permalink
chore: release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrbo committed Aug 5, 2022
1 parent 5666f73 commit 0ca7d16
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,6 +1,6 @@
{
"name": "@vtrbo/utils",
"version": "0.0.7",
"version": "0.0.8",
"packageManager": "[email protected]",
"description": "Collection of common JavaScript or TypeScript utils.",
"author": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"build": "nr generate && tsup",
"dev": "nr generate && tsup --watch",
"lint": "eslint .",
"prepublishOnly": "nr generate",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish --access=public",
"test": "vitest",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit 0ca7d16

Please sign in to comment.