From 2cf8b21b2b406da68b81edf5ef6fc0563a9fe329 Mon Sep 17 00:00:00 2001 From: Jonas Kello Date: Tue, 6 Jul 2021 17:33:54 +0200 Subject: [PATCH] Categorize changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8490688..eda06c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Added + +- feat(tsconfig-loader): extends config from node_modules (#106). Thanks to @zorji for this PR! + +### Fixeds + - Update CHANGELOG.md (#96). Thanks to @OliverJAsh for this PR! - Fix "bootstraping" typo (#111). Thanks to @KRMisha for this PR! - Update Readme fixes #116 (#123). Thanks to @benwinding for this PR! @@ -16,7 +22,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - deps: bump json5 to use type definition provided officially (#158). Thanks to @koba04 for this PR! - Update tsconfig-loader.ts (#161). Thanks to @fecqs for this PR! - fix typo (#165). Thanks to @wonda-tea-coffee for this PR! -- feat(tsconfig-loader): extends config from node_modules (#106). Thanks to @zorji for this PR! - Add file extenstion to typings property value (#151). Thanks to @dangrussell for this PR! ## [3.9.0] - 2019-09-12