diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3db..48fbed9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b1db519..47dd0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.1](https://github.com/shahboura/agents-opencode/compare/v2.1.0...v2.1.1) (2026-05-07) + + +### Bug Fixes + +* exclude dev files from GitHub release archives via export-ignore ([#47](https://github.com/shahboura/agents-opencode/issues/47)) ([855507b](https://github.com/shahboura/agents-opencode/commit/855507bd48837cfe28c64afb8cf784c27231fabf)) +* exclude dev files from GitHub release archives via export-ignore ([#49](https://github.com/shahboura/agents-opencode/issues/49)) ([2296fbc](https://github.com/shahboura/agents-opencode/commit/2296fbcebb8bbcf7d987f40b64c653300a666fb9)) + ## [2.1.0](https://github.com/shahboura/agents-opencode/compare/v2.0.1...v2.1.0) (2026-05-07) diff --git a/package-lock.json b/package-lock.json index 6ef5633..1100b19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "agents-opencode", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "agents-opencode", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "bin": { "agents-opencode": "install.js" diff --git a/package.json b/package.json index 2414383..a291423 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agents-opencode", - "version": "2.1.0", + "version": "2.1.1", "description": "OpenCode Agents: Intelligent AI assistants for software development. Features 9 specialized agents (including legal-advisor for license auditing and compliance), 14 coding standards, automated code review, documentation generation, OpenCode plugin compatibility, and cross-platform installation. Supports .NET, Python, TypeScript, Flutter, Go, Java, Node.js, React, Ruby, and Rust with plan-first execution and context-aware assistance.", "files": [ "install.js",