From 9f5201de76cca5c7376edf80e4606cc34a212286 Mon Sep 17 00:00:00 2001 From: Paulius Krutkis Date: Thu, 25 Jun 2026 13:58:35 +0300 Subject: [PATCH] Bump version to 1.0.0 for first stable release Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6784ca6..23c128d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@decodo/cli", - "version": "0.1.9", + "version": "1.0.0", "description": "Official CLI for the Decodo APIs", "license": "MIT", "type": "module",