Release v1.0.1

This commit is contained in:
Wolvan 2022-01-10 21:57:01 +01:00
parent 059d82e2cc
commit 071a35814b
3 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,9 @@
# Changelog
## v1.0.1 (2022-01-10)
### Fixes
* Fixed heroku losing MySQL database connection on wakeup (1ad2c8c1)
* Fixed new options only appearing with 2 characters in the input field (23445f75)
## v1.0.0 (2022-01-08)
* Initial release

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "poll-horse",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "poll-horse",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"commander": "^8.3.0",

View file

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