Skip to content

Commit

Permalink
Merge pull request #45 from semgrep/austin/bump-version
Browse files Browse the repository at this point in the history
Austin/bump version
  • Loading branch information
ajbt200128 authored Feb 5, 2024
2 parents a0d5e5e + cc176f5 commit d3e195f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## [Unreleased]

## [0.2.3] - 2024-02-05

- Fix login command, and lsp.js on windows

## [0.2.2] - 2024-01-31

- Fix release process again by @ajbt200128 in https://github.com/semgrep/semgrep-intellij/pull/40
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginGroup=com.semgrep.idea
pluginName=semgrep
pluginRepositoryUrl=https://github.com/returntocorp/semgrep-intellij
# SemVer format -> https://semver.org
pluginVersion=0.2.2
pluginVersion=0.2.3
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=232
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
Expand All @@ -18,4 +18,4 @@ org.gradle.configuration-cache=false
# Enable Gradle Build Cache -> https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching=true
# Enable Gradle Kotlin DSL Lazy Property Assignment -> https://docs.gradle.org/current/userguide/kotlin_dsl.html#kotdsl:assignment
systemProp.org.gradle.unsafe.kotlin.assignment=true
systemProp.org.gradle.unsafe.kotlin.assignment=true

0 comments on commit d3e195f

Please sign in to comment.