Skip to content

Commit 63ffbe3

Browse files
committed
Update changelog for 4.0.0
1 parent bad40f2 commit 63ffbe3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [4.0.0] - 2022-05-02
11+
1012
### Changed
1113

1214
- Ignore `--project`/`-P` CLI flag when explicit options are passed to `register`. See PR [#206](https://github.com/dividab/tsconfig-paths/pull/206).
15+
- Tolerate an undefined `baseUrl` compiler option. See PR [#208](https://github.com/dividab/tsconfig-paths/pull/208).
1316

1417
### Added
1518

@@ -18,10 +21,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1821
- Let `paths` mappings be absolute paths. See PR [#184](https://github.com/dividab/tsconfig-paths/pull/184).
1922
- Allow `baseUrl` in `tsconfig.json` to be an absolute path. See PR [#174](https://github.com/dividab/tsconfig-paths/pull/174). Thanks to [@nwalters512](https://github.com/nwalters512) for this PR!
2023

21-
### Fixed
22-
23-
- Tolerate an undefined `baseUrl` compiler option. See PR [#208](https://github.com/dividab/tsconfig-paths/pull/208).
24-
2524
## [3.14.1] - 2022-03-22
2625

2726
### Fixed

0 commit comments

Comments
 (0)