File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.4.0] - 2024-11-27
8
+
9
+ - Bumped LSP.js version
10
+ - Removed use of deprecated API
11
+
7
12
## [ 0.3.0] - 2024-06-21
8
13
9
14
- Bump LSP.js
48
53
- Version Bump by @ajbt200128 in https://github.com/returntocorp/semgrep-intellij/pull/12
49
54
- @dependabot made their first contribution in https://github.com/returntocorp/semgrep-intellij/pull/2
50
55
51
- [ Unreleased ] : https://github.com/semgrep/semgrep-intellij/compare/v0.3.0...HEAD
56
+ [ Unreleased ] : https://github.com/semgrep/semgrep-intellij/compare/v0.4.0...HEAD
57
+ [ 0.4.0 ] : https://github.com/semgrep/semgrep-intellij/compare/v0.3.0...v0.4.0
52
58
[ 0.3.0 ] : https://github.com/semgrep/semgrep-intellij/compare/v0.2.5...v0.3.0
53
59
[ 0.2.5 ] : https://github.com/semgrep/semgrep-intellij/compare/v0.2.4...v0.2.5
54
60
[ 0.2.4 ] : https://github.com/semgrep/semgrep-intellij/compare/v0.2.3...v0.2.4
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginGroup=com.semgrep.idea
3
3
pluginName =semgrep
4
4
pluginRepositoryUrl =https://github.com/semgrep/semgrep-intellij
5
5
# SemVer format -> https://semver.org
6
- pluginVersion =0.3 .0
6
+ pluginVersion =0.4 .0
7
7
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
8
8
pluginSinceBuild =241
9
9
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
You can’t perform that action at this time.
0 commit comments