From a4e62321d341237e929af0661e4c50f1d91ba813 Mon Sep 17 00:00:00 2001 From: thetutlage Date: Tue, 5 Nov 2024 06:32:12 +0000 Subject: [PATCH] chore(release): 0.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30578f7..437e961 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@poppinss/dumper", - "version": "0.4.2", + "version": "0.5.0", "description": "Pretty print JavaScript data types in the terminal and the browser", "main": "build/index.js", "type": "module",