diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55c86c8..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.7" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 036faef..e99078d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.0](https://github.com/malhashemi/opencode-skills/compare/v0.1.7...v1.0.0) (2025-12-23) + + +### ⚠ BREAKING CHANGES + +* This plugin is deprecated. Skills functionality is now built into OpenCode natively. + +### Documentation + +* deprecate plugin - skills now native in OpenCode v1.0.190+ ([#54](https://github.com/malhashemi/opencode-skills/issues/54)) ([fa75b67](https://github.com/malhashemi/opencode-skills/commit/fa75b671e1bc52f137aa208b7d099c41b0f45092)) + ## [0.1.7](https://github.com/malhashemi/opencode-skills/compare/v0.1.6...v0.1.7) (2025-12-12) diff --git a/package-lock.json b/package-lock.json index 2ebb475..3b06552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "opencode-skills", - "version": "0.1.7", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "opencode-skills", - "version": "0.1.7", + "version": "1.0.0", "license": "MIT", "dependencies": { "@opencode-ai/sdk": "^1.0.126", diff --git a/package.json b/package.json index f74c1be..4052852 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-skills", - "version": "0.1.7", + "version": "1.0.0", "description": "Anthropic Agent Skills Specification plugin for OpenCode - discover and execute skills with dynamic tool registration", "main": "./dist/index.js", "types": "./dist/index.d.ts",