Skip to content

Commit 3db1466

Browse files
chore(release): v3.5.5
1 parent c601db8 commit 3db1466

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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+
## v3.5.5
6+
7+
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.5.4...v3.5.5)
8+
9+
### 🩹 Fixes
10+
11+
- When installed typescript version contains 0 it would cause error to be thrown "Expected version to be parsed" ([#399](https://github.com/LeDDGroup/typescript-transform-paths/pull/399))
12+
13+
### ❤️ Contributors
14+
15+
- Anthony Y. Zhu ([@anthony-y-zhu14](http://github.com/anthony-y-zhu14))
16+
517
## v3.5.4
618

719
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.5.2...v3.5.4)

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": "3.5.4",
3+
"version": "3.5.5",
44
"description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths",
55
"type": "commonjs",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)