Skip to content

Commit

Permalink
chore(intellij): v3.4.0 (#3650)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Dec 6, 2022
1 parent acad4ed commit be0bd8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/intellij/intellij_generator_plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.bloc'
version '3.3.0'
version '3.4.0'

apply plugin: 'org.jetbrains.intellij'
apply plugin: 'java'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<change-notes><![CDATA[
<ul>
<li>v3.4.0 - Support for Freezed</li>
<li>v3.3.0 - Support for Mock snippet</li>
<li>v3.2.0 - Support for MockBloc, MockCubit, and Fake snippets</li>
<li>v3.1.0 - Support for Wrap with BlocSelector</li>
Expand Down

0 comments on commit be0bd8f

Please sign in to comment.