Skip to content

Commit d116faf

Browse files
chore(main): release 0.1.18 (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 56cf9b3 commit d116faf

3 files changed

Lines changed: 10 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.17"
2+
".": "0.1.18"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.18](https://github.com/isanchez31/opencode-sandbox-plugin/compare/v0.1.17...v0.1.18) (2026-02-14)
9+
10+
11+
### Fixed
12+
13+
* **ci:** use plain version tags for release-please ([d0ea18e](https://github.com/isanchez31/opencode-sandbox-plugin/commit/d0ea18e56799371b594e9417339db2e6438800d1))
14+
* reset version for clean release-please cycle ([56cf9b3](https://github.com/isanchez31/opencode-sandbox-plugin/commit/56cf9b34b7834a4714d33f1a45877cdf65092970))
15+
816
## [0.1.17] - 2026-02-14
917

1018
### Added

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.17",
3+
"version": "0.1.18",
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)