Skip to content

Commit

Permalink
Update change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Enaium committed Dec 20, 2024
1 parent 90d2d3d commit 6b2fd10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
version=1.3.0
version=1.3.1
5 changes: 5 additions & 0 deletions intellij/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
</description>
<change-notes>
<![CDATA[<h1>Change notes</h1>
<p><b>1.3.1</b></p>
<ul>
<li>Fix completion in the parenthesis</li>
<li>Fix 'isSameType'</li>
</ul>
<p><b>1.3.0</b></p>
<ul>
<li>Support 'textDocument/formatting' for export and import</li>
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Jimmer DTO LSP",
"publisher": "enaium",
"author": "Enaium",
"version": "1.3.0",
"version": "1.3.1",
"description": "A language server for Jimmer DTO",
"icon": "icons/logo.png",
"main": "out/extensions",
Expand Down

0 comments on commit 6b2fd10

Please sign in to comment.