mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-21 20:47:59 +01:00
Release v1.3.1
This commit is contained in:
parent
8bf0155142
commit
fbd4dbdc6c
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## 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)
|
||||
* Fix warning on startup due to invalid MySQL Option `tablePrefix` - [8bf01551](https://github.com/Wolvan/poll.horse/commit/8bf01551)
|
||||
|
||||
## v1.3.0 (2022-02-03)
|
||||
### Additions
|
||||
+ Dockerization! The project can now be built as a docker image and run - [d34c50c8](https://github.com/Wolvan/poll.horse/commit/d34c50c8)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "poll-horse",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"description": "Make polls to vote on easily",
|
||||
"main": "dist/main.js",
|
||||
"types": "dist/main.d.ts",
|
||||
|
|
Loading…
Reference in a new issue