From 905bab9c863866e59ffe54b9421c26e8883daa66 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sat, 10 Dec 2022 15:46:53 +0100 Subject: [PATCH] release: 0.3.4 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6194703..4b06be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### [0.3.4](https://github.com/stonith404/pingvin-share/compare/v0.3.3...v0.3.4) (2022-12-10) + + +### Bug Fixes + +* show alternative to copy button if site is not using https ([7e877ce](https://github.com/stonith404/pingvin-share/commit/7e877ce9f4b82d61c9b238e17def9f4c29e7aeb8)) +* sign up page available when registration is disabled ([c8a4521](https://github.com/stonith404/pingvin-share/commit/c8a4521677280d6aba89d293a1fe0c38adf9f92c)) +* tables on mobile ([b1bfb09](https://github.com/stonith404/pingvin-share/commit/b1bfb09dfd5c90cc18847470a9ce1ce8397c1476)) + ### [0.3.3](https://github.com/stonith404/pingvin-share/compare/v0.3.2...v0.3.3) (2022-12-08) diff --git a/package.json b/package.json index a681d94..77d1886 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pingvin-share", - "version": "0.3.3", + "version": "0.3.4", "scripts": { "format": "cd frontend && npm run format && cd ../backend && npm run format", "lint": "cd frontend && npm run lint && cd ../backend && npm run lint",