Skip to content

Commit 879944f

Browse files
0.3.12
1 parent b3508c9 commit 879944f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@noser-engineering/opencode-plugin-neuron",
4-
"version": "0.3.11",
4+
"version": "0.3.12",
55
"description": "OpenCode plugin that discovers models from configurable LiteLLM proxies with multi-profile support",
66
"type": "module",
77
"main": "./dist/index.js",

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const PACKAGE_NAME = "@noser-engineering/opencode-plugin-neuron"
55
* runtime read of package.json because the standalone binaries
66
* (`bun build --compile`) ship without one.
77
*/
8-
export const PACKAGE_VERSION = "0.3.11"
8+
export const PACKAGE_VERSION = "0.3.12"
99
export const DEFAULT_TIMEOUT_MS = 5_000
1010
export const PROVIDER_NPM = "@ai-sdk/openai-compatible"
1111
/**

0 commit comments

Comments
 (0)