Skip to content

Commit 1ab19c0

Browse files
Merge pull request #445 from openrewrite/bump-claude-plugin-version-1.1.0
Bump Claude plugin version to 1.1.0
2 parents acd2274 + 381cb5f commit 1ab19c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

openrewrite-recipe-writer/.claude-plugin/plugin.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openrewrite-recipe",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Expert guidance for writing OpenRewrite recipes - automated refactoring operations for source code. Includes templates, examples, and comprehensive best practices.",
55
"author": {
66
"name": "Moderne, Inc.",
@@ -14,12 +14,14 @@
1414
"recipe",
1515
"refactoring",
1616
"java",
17+
"javascript",
1718
"ast",
1819
"code-transformation",
1920
"testing"
2021
],
2122
"commands": [
22-
"./commands/create-recipe.md"
23+
"./commands/create-recipe.md",
24+
"./commands/create-js-recipe.md"
2325
],
2426
"skills": [
2527
"./skills/writing-openrewrite-recipes",

0 commit comments

Comments
 (0)