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