From fbfc24ba0d36de2f1c59bdc5713c47ad97bae978 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 20 Feb 2026 20:35:04 -0800 Subject: [PATCH] release: v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51e1fc8..d632837 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@library/source", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "scripts": { "dev": "nx run-many --target=build --all && NODE_ENV=production op run --env-file=dev.env -- node dist/api/main.js",