Skip to content

Commit

Permalink
v0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryowatanabe committed Sep 14, 2024
1 parent e1f6a74 commit cda0d12
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.1] - 2024-09-15

### Fixed

- Fixed mis-translated message

## [0.3.0] - 2024-08-17

### Added
Expand Down Expand Up @@ -140,6 +146,7 @@

First release

[0.3.1]:https://github.com/ryowatanabe/DDRScoreTracker/compare/v0.3.0...v0.3.1
[0.3.0]:https://github.com/ryowatanabe/DDRScoreTracker/compare/v0.2.0...v0.3.0
[0.2.0]:https://github.com/ryowatanabe/DDRScoreTracker/compare/v0.1.0...v0.2.0
[0.1.0]:https://github.com/ryowatanabe/DDRScoreTracker/compare/v0.0.16...v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DDRScoreTracker",
"version": "0.3.0",
"version": "0.3.1",
"description": "Google Chrome extension for tracking your DanceDanceRevolution play records",
"author": "Ryo Watanabe (https://github.com/ryowatanabe)",
"license": "MIT",
Expand Down
3 changes: 3 additions & 0 deletions src/static/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"browser_action_filter_summary_setting_clear_type": {
"message": "Clear Type"
},
"browser_action_filter_summary_setting_flare_rank": {
"message": "Flare Rank"
},
"browser_action_filter_summary_setting_score_rank": {
"message": "Score Rank"
},
Expand Down
3 changes: 3 additions & 0 deletions src/static/_locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"browser_action_filter_summary_setting_clear_type": {
"message": "フルコンボ・クリア種別"
},
"browser_action_filter_summary_setting_flare_rank": {
"message": "フレアランク"
},
"browser_action_filter_summary_setting_score_rank": {
"message": "スコアランク"
},
Expand Down

0 comments on commit cda0d12

Please sign in to comment.