We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4997660 commit 35cf397Copy full SHA for 35cf397
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@techdivision/opencode-plugin-shell-env",
3
- "version": "1.1.1",
+ "version": "1.2.0",
4
"description": "OpenCode Plugin - Shell environment loader for .env variables",
5
"type": "module",
6
"main": "src/shell-env.ts",
plugin.json
@@ -2,5 +2,5 @@
"name": "shell-env",
"description": "Shell environment loader - loads .env variables into OpenCode shell and MCP processes",
"category": "optional",
- "version": "1.1.1"
+ "version": "1.2.0"
}
0 commit comments