Release v1.3.2

This commit is contained in:
Wolvan 2022-02-13 02:57:56 +01:00
parent c9ef07880a
commit 6212400a46
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## v1.3.2 (2022-02-13)
### Changes & Fixes
* Fix IP duplication checking behind proxies - [c9ef0788](https://github.com/Wolvan/poll.horse/commit/c9ef0788)
## v1.3.1 (2022-02-04)
### Changes & Fixes
* Fix failing to fetch poll from database due to duplication data field being too small - [8bf01551](https://github.com/Wolvan/poll.horse/commit/8bf01551)

View file

@ -1,6 +1,6 @@
{
"name": "poll-horse",
"version": "1.3.1",
"version": "1.3.2",
"description": "Make polls to vote on easily",
"main": "dist/main.js",
"types": "dist/main.d.ts",