Skip to content

Commit 40a3544

Browse files
chore(main): release 0.1.21 (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2abbe00 commit 40a3544

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.20"
2+
".": "0.1.21"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.21](https://github.com/isanchez31/opencode-sandbox-plugin/compare/v0.1.20...v0.1.21) (2026-02-14)
9+
10+
11+
### Documentation
12+
13+
* add end-to-end testing guide to CONTRIBUTING.md ([2abbe00](https://github.com/isanchez31/opencode-sandbox-plugin/commit/2abbe00c14bd6aca75d26739ba6fd330d8c28882))
14+
815
## [0.1.20](https://github.com/isanchez31/opencode-sandbox-plugin/compare/v0.1.19...v0.1.20) (2026-02-14)
916

1017

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-sandbox",
3-
"version": "0.1.20",
3+
"version": "0.1.21",
44
"description": "OpenCode plugin that sandboxes agent commands using @anthropic-ai/sandbox-runtime (seatbelt on macOS, bubblewrap on Linux)",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)