Skip to content

Commit

Permalink
release: v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Apr 9, 2024
1 parent eee7045 commit 417770c
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-preset-palette",
"type": "module",
"version": "0.3.5",
"version": "0.3.6",
"packageManager": "[email protected]",
"description": "Palette Preset for UnoCSS",
"author": "chizukicn",
Expand Down Expand Up @@ -43,7 +43,7 @@
"release": "bumpp package.json --commit \"release: v\" --push --tag",
"lint": "eslint --ext .ts,.tsx .",
"prepare": "npx simple-git-hooks",
"typecheck":"tsc --noEmit --skipLibCheck",
"typecheck": "tsc --noEmit --skipLibCheck",
"test": "vitest",
"test:coverage": "vitest --coverage",
"up:deps": "taze major",
Expand Down

0 comments on commit 417770c

Please sign in to comment.