Release v1.2.0

This commit is contained in:
Wolvan 2022-02-02 22:26:11 +01:00
parent 3f642530ad
commit 217c889a5e
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## v1.2.0 (2022-02-02)
### Additions
+ Add favicon and embbed icon! Thanks to Shydale and dotkwa for helping me out! - [f68ff6db](https://github.com/Wolvan/poll.horse/commit/f68ff6db)
## v1.1.0 (2022-02-02)
### Additions
+ Add QR Code to page that leads straight to voting page - [26a42333](https://github.com/Wolvan/poll.horse/commit/26a42333)

View file

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