Skip to content

Commit 0e7f37d

Browse files
committed
chore(release): v4.0.0
1 parent ceead6d commit 0e7f37d

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
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+
## v4.0.0
6+
7+
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v4.0.0-beta.2...v4.0.0)
8+
9+
### 💅 Refactors
10+
11+
- Remove ts-node related code ([#468](https://github.com/LeDDGroup/typescript-transform-paths/pull/468))
12+
13+
### 🏡 Chore
14+
15+
- Remove typescript warning ([9d2b530](https://github.com/LeDDGroup/typescript-transform-paths/commit/9d2b530))
16+
17+
### ❤️ Contributors
18+
19+
- Daniel Perez ([@danielpza](https://github.com/danielpza))
20+
521
## v4.0.0-beta.2
622

723
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v4.0.0-beta...v4.0.0-beta.2)

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": "4.0.0-beta.2",
3+
"version": "4.0.0",
44
"description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)