Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions[bot]
c240d44eda Version Packages (#241) 2026-07-26 16:33:25 +02:00
5 changed files with 11 additions and 16 deletions

View File

@@ -1,5 +0,0 @@
---
'@sveltejs/opencode': patch
---
chore: show warning for old versions

View File

@@ -1,5 +0,0 @@
---
'@sveltejs/opencode': patch
---
feat: add `autoupdate` option to reinstall the plugin when a new version is available

View File

@@ -1,5 +0,0 @@
---
'@sveltejs/opencode': patch
---
fix: links within references in SKILLS

View File

@@ -1,5 +1,15 @@
# @sveltejs/opencode
## 0.1.12
### Patch Changes
- chore: show warning for old versions ([#238](https://github.com/sveltejs/ai-tools/pull/238))
- feat: add `autoupdate` option to reinstall the plugin when a new version is available ([#238](https://github.com/sveltejs/ai-tools/pull/238))
- fix: links within references in SKILLS ([#243](https://github.com/sveltejs/ai-tools/pull/243))
## 0.1.11
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@sveltejs/opencode",
"version": "0.1.11",
"version": "0.1.12",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/sveltejs/ai-tools#readme",