diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3bf55..9c18bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - GitHub Actions: move the `Maximize Build Space` step from the `Build` job to `Inspect code` and `Verify plugin` jobs - Update `platformVersion` to `2022.3.3` - Change since/until build to `223-232.*` (2022.3-2023.2.*) +- `MyBundle.properties`: remove unused `name` property ## [1.10.0] - 2023-08-04 diff --git a/src/main/resources/messages/MyBundle.properties b/src/main/resources/messages/MyBundle.properties index 9fb16d0..2e041d8 100644 --- a/src/main/resources/messages/MyBundle.properties +++ b/src/main/resources/messages/MyBundle.properties @@ -1,4 +1,3 @@ -name=My Plugin projectService=Project service: {0} randomLabel=The random number is: {0} shuffle=Shuffle