diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6ef49bde..ea7bf363 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -71,5 +71,5 @@ "plugins/shadcn-ui": "1.1.1", "plugins/tanstack": "0.2.0", "plugins/orpc": "1.1.0", - "plugins/deno": "1.0.0" + "plugins/deno": "1.1.0" } diff --git a/plugins/deno/.claude-plugin/plugin.json b/plugins/deno/.claude-plugin/plugin.json index 872c8e81..5fbd356d 100644 --- a/plugins/deno/.claude-plugin/plugin.json +++ b/plugins/deno/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "deno", - "version": "1.0.0", + "version": "1.1.0", "description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.", "author": { "name": "Deno Land", diff --git a/plugins/deno/.codex-plugin/plugin.json b/plugins/deno/.codex-plugin/plugin.json index 982df52a..71cee38f 100644 --- a/plugins/deno/.codex-plugin/plugin.json +++ b/plugins/deno/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "deno", - "version": "1.0.0", + "version": "1.1.0", "description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.", "author": { "name": "Deno Land", diff --git a/plugins/deno/.cursor-plugin/plugin.json b/plugins/deno/.cursor-plugin/plugin.json index f39ab6e5..7da2360d 100644 --- a/plugins/deno/.cursor-plugin/plugin.json +++ b/plugins/deno/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "deno", "displayName": "Deno", "description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "Deno Land" }, diff --git a/plugins/deno/CHANGELOG.md b/plugins/deno/CHANGELOG.md new file mode 100644 index 00000000..f5c4ea10 --- /dev/null +++ b/plugins/deno/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/deno-v1.0.0...deno-v1.1.0) (2026-09-15) + + +### Features + +* **deno:** add deno plugin bundling official denoland/skills ([#276](https://github.com/pleaseai/claude-code-plugins/issues/276)) ([5ca20d5](https://github.com/pleaseai/claude-code-plugins/commit/5ca20d5ff5a60539c9ac47e0742d48baa88dfbc3)) diff --git a/plugins/deno/plugin.json b/plugins/deno/plugin.json index 1227ed2d..73ba8faa 100644 --- a/plugins/deno/plugin.json +++ b/plugins/deno/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://antigravity.google/schemas/v1/plugin.json", "name": "deno", - "version": "1.0.0", + "version": "1.1.0", "description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.", "author": { "name": "Deno Land",