Skip to content

Commit a98d3b4

Browse files
authored
bump version, update changelog
1 parent b050d64 commit a98d3b4

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

changelog.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
1+
# 1.3.1
2+
- fixed danger zone rank names (thanks @TheEnderOfficial)
3+
14
# 1.3.0
2-
- added copy steam guard code button (thanks @TheEnderOfficial)
5+
- added copy steam guard code button (thanks @TheEnderOfficial)
36

47
# 1.2.0
5-
- updated to electron 16
6-
- updated dependencies
7-
- added portable version
8+
- updated to electron 16
9+
- updated dependencies
10+
- added portable version
811

912
# 1.1.2
10-
- fixed auto updater
13+
- fixed auto updater
1114

1215
# 1.1.1
13-
- fixed sorting algorithm causing changes to account data
16+
- fixed sorting algorithm causing changes to account data
1417

1518
# 1.1.0
16-
- added support for shared secrets ([#5](https://github.com/dumbasPL/csgo-checker/issues/5))
17-
- added new cooldown reason `Reports (Grief)`
18-
- added encryption (can be enabled in settings)
19-
- search and sorting now updates correctly when account data changes ([#6](https://github.com/dumbasPL/csgo-checker/issues/6))
20-
- fixed tooltips not disappearing after deleting account without confirmation
19+
- added support for shared secrets ([#5](https://github.com/dumbasPL/csgo-checker/issues/5))
20+
- added new cooldown reason `Reports (Grief)`
21+
- added encryption (can be enabled in settings)
22+
- search and sorting now updates correctly when account data changes ([#6](https://github.com/dumbasPL/csgo-checker/issues/6))
23+
- fixed tooltips not disappearing after deleting account without confirmation
2124

2225
# 1.0.2
2326
- fixed tags not being saved when adding new account

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csgo-checker",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "csgo-checker",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)