Skip to content

Commit 10c1b24

Browse files
authored
Merge pull request #57 from semgrep/austin/bump
Austin/bump
2 parents f325cc4 + 19253b3 commit 10c1b24

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## [Unreleased]
66

7+
## [0.2.5] - 2024-05-07
8+
9+
- Bump LSP.js version
10+
711
## [0.2.4] - 2024-04-09
812

913
- Plugin does not freeze on repeat login
@@ -39,6 +43,7 @@
3943
- @dependabot made their first contribution in https://github.com/returntocorp/semgrep-intellij/pull/2
4044

4145
[Unreleased]: https://github.com/semgrep/semgrep-intellij/compare/v0.2.4...HEAD
46+
[0.2.5]: https://github.com/semgrep/semgrep-intellij/compare/v0.2.4...v0.2.5
4247
[0.2.4]: https://github.com/semgrep/semgrep-intellij/compare/v0.2.3...v0.2.4
4348
[0.2.3]: https://github.com/returntocorp/semgrep-intellij/compare/v0.2.2...v0.2.3
4449
[0.2.2]: https://github.com/returntocorp/semgrep-intellij/compare/v0.2.0...v0.2.2

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginGroup=com.semgrep.idea
33
pluginName=semgrep
44
pluginRepositoryUrl=https://github.com/semgrep/semgrep-intellij
55
# SemVer format -> https://semver.org
6-
pluginVersion=0.2.4
6+
pluginVersion=0.2.5
77
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
pluginSinceBuild=232
99
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension

semgrep-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release-1.68.0
1+
release-1.71.0

0 commit comments

Comments
 (0)