diff --git a/intellij/src/main/resources/META-INF/plugin.xml b/intellij/src/main/resources/META-INF/plugin.xml index 44298b2..9d4e880 100644 --- a/intellij/src/main/resources/META-INF/plugin.xml +++ b/intellij/src/main/resources/META-INF/plugin.xml @@ -8,6 +8,8 @@ Change notes +

1.4.1

+

1.4.0

1.3.1

@@ -45,7 +47,7 @@ com.redhat.devtools.lsp4ij @@ -56,6 +58,6 @@

Provides support for Jimmer DTO in IntelliJ IDEA.

]]> - +
\ No newline at end of file diff --git a/vscode/package.json b/vscode/package.json index c743ded..8dcc752 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -3,7 +3,7 @@ "displayName": "Jimmer DTO LSP", "publisher": "enaium", "author": "Enaium", - "version": "1.4.0", + "version": "1.4.1", "description": "A language server for Jimmer DTO", "icon": "icons/logo.png", "main": "out/extensions", @@ -38,7 +38,12 @@ "engines": { "vscode": "^1.75.0" }, - "keywords": [], + "keywords": [ + "dto", + "jimmer", + "lsp", + "language" + ], "license": "Apache-2.0", "devDependencies": { "@types/node": "^22.10.1",