Skip to content

Commit e802641

Browse files
authored
Merge pull request #54 from semgrep/austin/bump
Austin/bump
2 parents a34fdb5 + 4661068 commit e802641

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
8+
## [0.2.4] - 2024-04-09
9+
10+
- Plugin does not freeze on repeat login
11+
712
## [0.2.3] - 2024-02-05
813

914
- Fix login command, and lsp.js on windows

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22
pluginGroup=com.semgrep.idea
33
pluginName=semgrep
4-
pluginRepositoryUrl=https://github.com/returntocorp/semgrep-intellij
4+
pluginRepositoryUrl=https://github.com/semgrep/semgrep-intellij
55
# SemVer format -> https://semver.org
6-
pluginVersion=0.2.3
6+
pluginVersion=0.2.4
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.55.1
1+
release-1.68.0

0 commit comments

Comments
 (0)