From 1bfeea20f6a4878abd955ca94a66ac45d1d83258 Mon Sep 17 00:00:00 2001 From: Travis Wagner Date: Mon, 29 Jan 2024 14:30:59 -0500 Subject: [PATCH] Bump version to 0.0.7 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a2a61e..2f274d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sloth-pipe", "description": "A pipe utility that lazily evaluates only when needed, and only once.", - "version": "0.0.6", + "version": "0.0.7", "type": "module", "main": "dist/index.js", "exports": {