From cf3b0f562f6c538b9098f52f6965ea284384e708 Mon Sep 17 00:00:00 2001 From: ayip8 <16192761+ayip8@users.noreply.github.com> Date: Wed, 21 Jan 2026 13:23:06 -0500 Subject: [PATCH] Bump version to release 0.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 942d463..bc811fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "packageManager": "yarn@4.11.0", "name": "@reforge-com/javascript", - "version": "0.0.4", + "version": "0.0.5", "description": "Feature Flags & Dynamic Configuration as a Service", "main": "dist/index.cjs", "module": "dist/index.mjs",