From f0481af5587712050b09bb7267cf18d81a715ad4 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Tue, 7 Oct 2025 16:37:23 -0700 Subject: [PATCH] release: v1.1.0-hotfix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fae9d3a..df60052 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nhcarrigan/logger", - "version": "1.1.0", + "version": "1.1.0-hotfix", "description": "Our custom logging package, which pipes logs to our alerts server.", "type": "module", "main": "prod/index.js",