Skip to content

Commit

Permalink
Merge pull request #182 from hymm/v1.3.0-beta
Browse files Browse the repository at this point in the history
V1.2.2-fix
  • Loading branch information
hymm authored Sep 6, 2018
2 parents 05b84be + 80bf758 commit 3036819
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## Version 1.2.2

### New Features

* Added rarity to Annie Store
* Added badges for splatfest teams

### Bugfix

* Fixed bug with exporting last 50 battles to csv
* Fixed initial S+ rank missing when ranking up to s+0
* Added another error handler for some unhandled errors
* Fixed salmon run page for new weapon type

## Version 1.2.1

### New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description":
"alternative splatnet2 client with ability to upload to stat.ink",
"productName": "SquidTracks",
"version": "1.3.0-beta",
"version": "1.2.2",
"private": true,
"author": "@Wrong_Shoe",
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/components/result-detail-summary-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const XRankLabels = ({ result, colorMap }) => {
const splatfestExp = [
10, // Fan
35, // Fiend
50,
85, // Defender
184 // Champion
// 184, // King/Queen
Expand Down

0 comments on commit 3036819

Please sign in to comment.