From 940a8ded0f08a7d307253a83ab564a9f037763f1 Mon Sep 17 00:00:00 2001 From: Justin Carper Date: Tue, 16 Jun 2026 13:59:04 -0400 Subject: [PATCH] chore: release v0.4.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5bcea6..cb2ff70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stablekernel/opencode-cursor", - "version": "0.2.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stablekernel/opencode-cursor", - "version": "0.2.0", + "version": "0.4.0", "license": "MIT", "dependencies": { "@cursor/sdk": "^1.0.18", diff --git a/package.json b/package.json index a402c6d..a39f77a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stablekernel/opencode-cursor", - "version": "0.3.0", + "version": "0.4.0", "description": "opencode provider plugin backed by the official Cursor SDK (@cursor/sdk) — adds a Cursor provider and lists its models", "type": "module", "license": "MIT",