Skip to content

Commit f0f33f4

Browse files
committed
chore(release): 2.1.0
1 parent cee93ec commit f0f33f4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.1.0](https://github.com/LeDDGroup/typescript-transform-paths/compare/v2.0.3...v2.1.0) (2020-11-27)
6+
7+
### Features
8+
9+
* Added proper type elision (Closes #77 #78) ([cee93ec](https://github.com/LeDDGroup/typescript-transform-paths/commit/cee93ecc3dceb90474239787c216a8d26089b417))
10+
11+
### Bug Fixes
12+
13+
* Ensure we use the same typescript instance that called the plugin (Fixes #80)
14+
15+
### Refactoring
16+
17+
* Heavily refactored code base for better scale and readability
18+
* Refactored tests for modularity and multi-TS instance testing
19+
520
### [2.0.4](https://github.com/LeDDGroup/typescript-transform-paths/compare/v2.0.3...v2.0.4) (2020-11-23)
621

722
* Refactored from requiring _both_ to _at least one_ tsConfig option: baseUrl, paths ([34e4963](https://github.com/LeDDGroup/typescript-transform-paths/commit/34e49639f7248e38475efd854670c11ea65fc76e))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-transform-paths",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Transforms module resolution paths using TypeScript path mapping",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)