Skip to content

Commit 3f3cc44

Browse files
committed
docs: Fix issue missing links
1 parent f0f33f4 commit 3f3cc44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ All notable changes to this project will be documented in this file. See [standa
66

77
### Features
88

9-
* Added proper type elision (Closes #77 #78) ([cee93ec](https://github.com/LeDDGroup/typescript-transform-paths/commit/cee93ecc3dceb90474239787c216a8d26089b417))
9+
* Added proper type elision (Closes [#77](https://github.com/LeDDGroup/typescript-transform-paths/issues/77) [#78](https://github.com/LeDDGroup/typescript-transform-paths/issues/78)) ([cee93ec](https://github.com/LeDDGroup/typescript-transform-paths/commit/cee93ecc3dceb90474239787c216a8d26089b417))
1010

1111
### Bug Fixes
1212

13-
* Ensure we use the same typescript instance that called the plugin (Fixes #80)
13+
* Ensure we use the same typescript instance that called the plugin (Fixes [#80](https://github.com/LeDDGroup/typescript-transform-paths/issues/80))
1414

1515
### Refactoring
1616

@@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file. See [standa
2020
### [2.0.4](https://github.com/LeDDGroup/typescript-transform-paths/compare/v2.0.3...v2.0.4) (2020-11-23)
2121

2222
* Refactored from requiring _both_ to _at least one_ tsConfig option: baseUrl, paths ([34e4963](https://github.com/LeDDGroup/typescript-transform-paths/commit/34e49639f7248e38475efd854670c11ea65fc76e))
23-
- Fixes issue #39
23+
- Fixes issue [#39](https://github.com/LeDDGroup/typescript-transform-paths/issues/39)
2424
- Adds support for new [TS 4.1 - paths without baseUrl](https://devblogs.microsoft.com/typescript/announcing-typescript-4-1/#paths-without-baseurl)
2525

2626
### [2.0.3](https://github.com/LeDDGroup/typescript-transform-paths/compare/v2.0.2...v2.0.3) (2020-11-17)

0 commit comments

Comments
 (0)