Skip to content

Commit 33ac5c5

Browse files
authored
Merge pull request #8 from Sillybit-io/release-please--branches--main--components--opencode-plugin-everynotify
chore(main): release opencode-plugin-everynotify 0.4.0
2 parents 8250a47 + bb819be commit 33ac5c5

3 files changed

Lines changed: 20 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.3.4"
2+
".": "0.4.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/Sillybit-io/opencode-plugin-everynotify/compare/opencode-plugin-everynotify-v0.3.4...opencode-plugin-everynotify-v0.4.0) (2026-02-09)
4+
5+
6+
### Features
7+
8+
* **config:** add delay option for deferred notification dispatch ([06ed2e4](https://github.com/Sillybit-io/opencode-plugin-everynotify/commit/06ed2e40f2319952df384d6317e7b91ac0cabaa3))
9+
* **dispatcher:** replace debounce with configurable delay-and-replace queue ([5a51032](https://github.com/Sillybit-io/opencode-plugin-everynotify/commit/5a510329dd3065d4b88076cdaeafd9547262c61e))
10+
11+
12+
### Bug Fixes
13+
14+
* isolate logger tests from module mock leakage ([fd7c00a](https://github.com/Sillybit-io/opencode-plugin-everynotify/commit/fd7c00ad8d68ce31df8b7e18b011cbe9e49dbe94))
15+
16+
17+
### Miscellaneous
18+
19+
* update @types/node and undici-types to latest versions in package.json and bun.lock ([8a92651](https://github.com/Sillybit-io/opencode-plugin-everynotify/commit/8a92651c68afc08cece3b7301871160f933665b8))
20+
321
## [0.3.4](https://github.com/Sillybit-io/opencode-plugin-everynotify/compare/opencode-plugin-everynotify-v0.3.3...opencode-plugin-everynotify-v0.3.4) (2026-02-09)
422

523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sillybit/opencode-plugin-everynotify",
3-
"version": "0.3.4",
3+
"version": "0.4.0",
44
"description": "Multi-service notification plugin for opencode — Pushover, Telegram, Slack, Discord",
55
"author": "Sillybit <https://sillybit.io>",
66
"repository": {

0 commit comments

Comments
 (0)