From 8eafcbc813222d99fbdeaf4660b3eecad4cae277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20P=C3=A4=C3=9Fler?= Date: Wed, 6 Sep 2023 10:59:41 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 636fcc3..04baf2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.6] - 2023-09-06 + +### Changed + +- use ts-node (instead of nodemon) for start (bundled) application in production + +## [2.0.3] - [2.0.5] + +### Changed + +- bump packages + dependencies to latest versions +- change jest + tsconfig config to fit updated dependencies + ## [2.0.2] - 2022-06-19 ### Added