Skip to content

Commit

Permalink
Merge pull request #68 from semgrep/austin/bump
Browse files Browse the repository at this point in the history
Austin/bump
  • Loading branch information
ajbt200128 authored Jun 21, 2024
2 parents 7e38047 + da49a5d commit a5653e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

## [Unreleased]

## [0.3.0] - 2024-06-21

- Bump LSP.js
- Sentry added to improve debugging
- Fix URL parsing issues

## [0.2.5] - 2024-05-07

- Bump LSP.js version
Expand Down Expand Up @@ -42,7 +48,8 @@
- Version Bump by @ajbt200128 in https://github.com/returntocorp/semgrep-intellij/pull/12
- @dependabot made their first contribution in https://github.com/returntocorp/semgrep-intellij/pull/2

[Unreleased]: https://github.com/semgrep/semgrep-intellij/compare/v0.2.5...HEAD
[Unreleased]: https://github.com/semgrep/semgrep-intellij/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/semgrep/semgrep-intellij/compare/v0.2.5...v0.3.0
[0.2.5]: https://github.com/semgrep/semgrep-intellij/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/semgrep/semgrep-intellij/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/returntocorp/semgrep-intellij/compare/v0.2.2...v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion 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/semgrep/semgrep-intellij
# SemVer format -> https://semver.org
pluginVersion=0.2.5
pluginVersion=0.3.0
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=241
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
Expand Down

0 comments on commit a5653e7

Please sign in to comment.