From cddbbaa9023324949c86c7cca3e85a5aca1cdf9c Mon Sep 17 00:00:00 2001 From: thetutlage Date: Sat, 7 Sep 2024 05:36:17 +0000 Subject: [PATCH] chore(release): 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6baf55e..7ef7738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poppinss/dumper", - "version": "0.1.0", + "version": "0.2.0", "description": "Pretty print JavaScript data types in the terminal and the browser", "main": "build/index.js", "type": "module",