Skip to content

Commit

Permalink
Merge pull request #49 from dprint/v0.4.0
Browse files Browse the repository at this point in the history
Prepare 0.4.0 release.
  • Loading branch information
ryan-rushton authored Nov 19, 2022
2 parents 4a5eab8 + 2e7e989 commit d48c4f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## [Unreleased]
- Run dprint after Eslint fixes have been applied
- Ensure dprint doesn't attempt to check/format scratch files (perf optimisation)
- Ensure dprint doesn't attempt to check/format scratch files (perf optimisation) or diff views
- Add verbose logging config
- Add override default IntelliJ formatter config

Expand Down Expand Up @@ -70,4 +70,4 @@
- Fix issue where the inability to parse the schema would stop a project form opening.

## [0.1.2]
- Release first public version of the plugin.
- Release first public version of the plugin.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=com.dprint.intellij.plugin
pluginName=dprint-intellij-plugin
pluginVersion=0.4.0.beta.3
pluginVersion=0.4.0
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=221
Expand Down

0 comments on commit d48c4f1

Please sign in to comment.