From 879255825e1935b45e3defa5900bfae26165e162 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:58:17 -0400 Subject: [PATCH] chore: undo package.json bump Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- flipt-client-node/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flipt-client-node/package.json b/flipt-client-node/package.json index c578e820..840186fd 100644 --- a/flipt-client-node/package.json +++ b/flipt-client-node/package.json @@ -1,6 +1,6 @@ { "name": "@flipt-io/flipt-client", - "version": "0.11.1", + "version": "0.11.0", "description": "Flipt Client Evaluation SDK for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -34,4 +34,4 @@ "prettier": "^3.1.0", "ts-jest": "^29.1.1" } -} \ No newline at end of file +}