From c47106b544c7b4e01805f2dbaabe659a9bb6315c Mon Sep 17 00:00:00 2001 From: Jonas Kello Date: Wed, 29 Mar 2023 22:44:00 +0200 Subject: [PATCH] Add changelog for 4.2.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a376641..9e3bf9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [4.2.0] - 2023-03-29 + +### Added + +- Add support for tsconfig extends as array of strings. #. See PR [#245](https://github.com/dividab/tsconfig-paths/pull/245). Thanks to [@DanielSidhion](https://github.com/DanielSidhion) for this PR! + ## [3.14.2] - 2023-02-25 ### Fixed