From 0afa80345d47e09e20d4365634f8532248b2044c Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 21 Aug 2021 07:35:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80RELEASE=200.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76eb626..301d264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [0.4.3](https://git.odit.services/kauft.es/linkylinky/compare/0.4.2...0.4.3) + +- Fixed auth error crashing the entire server thanks to fastify handling stuff not the same way that they do in the docs..... [`#1`](https://git.odit.services/kauft.es/linkylinky/issues/1) + #### [0.4.2](https://git.odit.services/kauft.es/linkylinky/compare/0.4.1...0.4.2) +> 18 August 2021 + - Changed register api route and added user deletion route [`588f3ba`](https://git.odit.services/kauft.es/linkylinky/commit/588f3bae8980f76461d20e15475ec797078b0b54) +- 🚀RELEASE 0.4.2 [`4ffc06d`](https://git.odit.services/kauft.es/linkylinky/commit/4ffc06db7bb84bc7bfc9c57a80927f7201185274) #### [0.4.1](https://git.odit.services/kauft.es/linkylinky/compare/0.4.0...0.4.1) diff --git a/package.json b/package.json index bf88e5c..07f1900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/shortener-backend", - "version": "0.4.2", + "version": "0.4.3", "main": "index.js", "license": "MIT", "private": false,