Skip to content

Commit

Permalink
chore: release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amihhs committed Jul 4, 2023
1 parent 7fc10cc commit 22fae50
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,7 +1,7 @@
{
"name": "unocss-postprocessor-colors",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"packageManager": "pnpm@8.3.1",
"description": "",
"author": "Amihhs <https://github.com/amihhs>",
Expand Down Expand Up @@ -44,7 +44,7 @@
"build": "unbuild",
"dev": "unbuild --stub",
"prepublishOnly": "pnpm run build",
"release": "bumpp --commit --push --tag && pnpm publish",
"release": "bumpp",
"lint": "eslint .",
"test": "vitest",
"test:update": "vitest -u",
Expand Down

0 comments on commit 22fae50

Please sign in to comment.