Skip to content

Commit 2fef66e

Browse files
chore: publish packages to npm registry [skip ci]
- @opencode-plugins/caffeinate@1.0.1 - @opencode-plugins/env-protection@1.0.1
1 parent 6ee59f9 commit 2fef66e

4 files changed

Lines changed: 28 additions & 2 deletions

File tree

plugins/caffeinate/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/janbiasi/opencode-plugins/compare/@opencode-plugins/caffeinate@1.0.0...@opencode-plugins/caffeinate@1.0.1) (2025-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **caffeinate:** use exec instead of bun shell ([9efa69f](https://github.com/janbiasi/opencode-plugins/commit/9efa69fd62429cd71ab7d86d3100adacc1d902e8))
12+
* publishing ([6ee59f9](https://github.com/janbiasi/opencode-plugins/commit/6ee59f9e98f30d9bc25cbfc46e3b3c5dde9b93ff))
13+
* remove changelog for initial release ([11b2e61](https://github.com/janbiasi/opencode-plugins/commit/11b2e6176605282f273076e4706e5ae8dbbbd0b8))
14+
15+
16+
17+
18+
619
## [1.0.1](https://github.com/janbiasi/opencode-plugins/compare/@opencode-plugins/caffeinate@1.0.0...@opencode-plugins/caffeinate@1.0.1) (2025-12-11)
720

821

plugins/caffeinate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@opencode-plugins/caffeinate",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "Jan Biasi (https://github.com/janbiasi)",
66
"description": "Prevent your system from sleeping during agentic workflows.",
77
"publishConfig": {

plugins/env-protection/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.1](https://github.com/janbiasi/opencode-plugins/compare/@opencode-plugins/env-protection@1.0.0...@opencode-plugins/env-protection@1.0.1) (2025-12-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **caffeinate:** use exec instead of bun shell ([9efa69f](https://github.com/janbiasi/opencode-plugins/commit/9efa69fd62429cd71ab7d86d3100adacc1d902e8))
12+
* publishing ([6ee59f9](https://github.com/janbiasi/opencode-plugins/commit/6ee59f9e98f30d9bc25cbfc46e3b3c5dde9b93ff))
13+
* remove changelog for initial release ([11b2e61](https://github.com/janbiasi/opencode-plugins/commit/11b2e6176605282f273076e4706e5ae8dbbbd0b8))
14+
15+
16+
17+
18+
619
## [1.0.1](https://github.com/janbiasi/opencode-plugins/compare/@opencode-plugins/env-protection@1.0.0...@opencode-plugins/env-protection@1.0.1) (2025-12-11)
720

821

plugins/env-protection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@opencode-plugins/env-protection",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "Jan Biasi (https://github.com/janbiasi)",
66
"description": "Prevent opencode to read any .env file",
77
"publishConfig": {

0 commit comments

Comments
 (0)