From 2f4cacf5d0b7fe639819371688081dd635e1be38 Mon Sep 17 00:00:00 2001 From: Wolvan Date: Thu, 3 Feb 2022 21:32:30 +0100 Subject: [PATCH] Release v1.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4019e..a196e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 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) +### Changes & Fixes +* Updated icon to a new version delivered by dotkwa - [afe6da1a](https://github.com/Wolvan/poll.horse/commit/afe6da1a) +* Updated README to explain how to self host - [8b6ccdcb](https://github.com/Wolvan/poll.horse/commit/8b6ccdcb) + ## 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) diff --git a/package.json b/package.json index cd1edbd..0f925fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poll-horse", - "version": "1.2.0", + "version": "1.3.0", "description": "Make polls to vote on easily", "main": "dist/main.js", "types": "dist/main.d.ts",