Skip to content

Commit

Permalink
🔖 Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
patou committed Oct 2, 2024
1 parent 2b5e09c commit 4d11442
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Build
on:
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
push:
branches: [ main ]
branches: [ master ]
# Trigger the workflow on any pull request
pull_request:

Expand Down
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]

- Update to intellij 2024.3
- Update gradle plugin version (thanks to @DeKaN)
- Add RU translation (thanks to @Greem4)

## [2.1.0] - 2024-07-12

- Update to intellij 2024.2
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginGroup = com.github.patou
pluginName = gitmoji-intellij-plugin
pluginRepositoryUrl = https://github.com/patou/gitmoji-intellij-plugin
# SemVer format -> https://semver.org
pluginVersion = 2.1.0
pluginVersion = 2.2.0

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit 4d11442

Please sign in to comment.