diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b3f92..717991d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.0.4 (2022-01-29) +### Additions ++ Votes on the result pages are now sorted by the amount of votes on load - 2f40091c + ## v1.0.3 (2022-01-12) ### Additions + Increase difficulty for bots to automatically vote - ab151cb7 diff --git a/package.json b/package.json index 9e075e0..1addd4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poll-horse", - "version": "1.0.3", + "version": "1.0.4", "description": "Make polls to vote on easily", "main": "dist/main.js", "types": "dist/main.d.ts",