From 4931ac3c9cd1535a8accddf016d6f1e5eb974f12 Mon Sep 17 00:00:00 2001 From: thetutlage Date: Sun, 10 Nov 2024 14:29:42 +0000 Subject: [PATCH] chore(release): 0.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c7495f..f203c10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poppinss/dumper", - "version": "0.5.0", + "version": "0.6.0", "description": "Pretty print JavaScript data types in the terminal and the browser", "main": "build/index.js", "type": "module",