From ee60aae9ee3319a4dae698b0fa46b6648a5895b2 Mon Sep 17 00:00:00 2001 From: Arthur d'Avray Date: Mon, 8 Jun 2026 11:35:42 +0200 Subject: [PATCH] fix: enable npm publish logic --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 153afe6..517573e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linkup-search-cli", - "version": "0.0.0", + "version": "1.0.0", "description": "Official CLI for Linkup — AI-powered web search from your terminal", "type": "module", "license": "MIT", @@ -77,12 +77,7 @@ "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", - [ - "@semantic-release/npm", - { - "npmPublish": false - } - ], + "@semantic-release/npm", [ "@semantic-release/github", {