Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshx committed Aug 17, 2023
1 parent c6a9789 commit 3a03e10
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": "human-logs",
"version": "0.2.0",
"version": "0.3.0",
"description": "Human friendly logs for your APIs & projects.",
"repository": "skoshx/human-logs",
"exports": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"dev": "vitest dev",
"dev:website": "pnpm --filter website dev",
"build": "unbuild",
"build:website": "pnpm --filter website build",
"build:website": "pnpm --filter website build",
"test": "pnpm test:core && pnpm test:types",
"test:core": "vitest run",
"test:types": "tsc --noEmit",
Expand Down

0 comments on commit 3a03e10

Please sign in to comment.