Skip to content

Commit a66db74

Browse files
authored
Merge pull request #6 from Sillybit-io/release-please--branches--main--components--renamer-opencode-plugin
chore(main): release renamer-opencode-plugin 0.2.0
2 parents 18a14f5 + b66b31e commit a66db74

3 files changed

Lines changed: 14 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.3"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.2.0](https://github.com/Sillybit-io/renamer-opencode-plugin/compare/renamer-opencode-plugin-v0.1.3...renamer-opencode-plugin-v0.2.0) (2026-02-08)
9+
10+
11+
### Features
12+
13+
* add per-hook scope filtering configuration ([074380e](https://github.com/Sillybit-io/renamer-opencode-plugin/commit/074380e867b95969b0fd6bef11288dc8375ac5a1))
14+
15+
16+
### Bug Fixes
17+
18+
* prevent URL duplication from overlapping regex ranges ([14655b2](https://github.com/Sillybit-io/renamer-opencode-plugin/commit/14655b2840b3cd4a8226efb5b652302025b35c94))
19+
820
## [0.1.3](https://github.com/Sillybit-io/renamer-opencode-plugin/compare/renamer-opencode-plugin-v0.1.2...renamer-opencode-plugin-v0.1.3) (2026-01-15)
921

1022

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sillybit/renamer-opencode-plugin",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"description": "OpenCode plugin that replaces case-insensitive 'OpenCode' text with a configurable value (default: 'Renamer') across chat messages, system prompts, tool outputs, and session titles",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)