Skip to content

Commit 8eb557f

Browse files
committed
chore(release): v4.0.0-beta
1 parent e564526 commit 8eb557f

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,58 @@
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-beta
6+
7+
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.5.5...v4.0.0-beta)
8+
9+
### 💅 Refactors
10+
11+
- ⚠️ Esm only ([#442](https://github.com/LeDDGroup/typescript-transform-paths/pull/442))
12+
13+
### 📖 Documentation
14+
15+
- Update readme ([a979660](https://github.com/LeDDGroup/typescript-transform-paths/commit/a979660))
16+
- Add maintenance section to the readme ([7bd130f](https://github.com/LeDDGroup/typescript-transform-paths/commit/7bd130f))
17+
- Add reproduction example ([d265d0b](https://github.com/LeDDGroup/typescript-transform-paths/commit/d265d0b))
18+
- Add issue templates ([#443](https://github.com/LeDDGroup/typescript-transform-paths/pull/443))
19+
- Add v4 migration draft ([877c489](https://github.com/LeDDGroup/typescript-transform-paths/commit/877c489))
20+
21+
### 🏡 Chore
22+
23+
- Add ts-node as optional peer dependency ([8bea6b9](https://github.com/LeDDGroup/typescript-transform-paths/commit/8bea6b9))
24+
- **deps-dev:** Bump typescript-eslint from 8.31.1 to 8.39.1 ([#432](https://github.com/LeDDGroup/typescript-transform-paths/pull/432))
25+
- **deps-dev:** Bump @eslint/js from 9.26.0 to 9.33.0 ([#434](https://github.com/LeDDGroup/typescript-transform-paths/pull/434))
26+
- **deps-dev:** Bump eslint from 9.26.0 to 9.33.0 ([#435](https://github.com/LeDDGroup/typescript-transform-paths/pull/435))
27+
- **deps-dev:** Bump @types/node from 22.15.3 to 24.3.0 ([#436](https://github.com/LeDDGroup/typescript-transform-paths/pull/436))
28+
- Fix readme formatting ([c31284b](https://github.com/LeDDGroup/typescript-transform-paths/commit/c31284b))
29+
- ⚠️ Remove main and types package.json properties ([ec9ae9c](https://github.com/LeDDGroup/typescript-transform-paths/commit/ec9ae9c))
30+
- ⚠️ Remove typescript 3 support ([3de3d81](https://github.com/LeDDGroup/typescript-transform-paths/commit/3de3d81))
31+
- ⚠️ Remove typescript 4.7 support ([e372543](https://github.com/LeDDGroup/typescript-transform-paths/commit/e372543))
32+
- ⚠️ Require node >= 22 ([d475adf](https://github.com/LeDDGroup/typescript-transform-paths/commit/d475adf))
33+
- **ci:** Update node version testing matrix ([30c8729](https://github.com/LeDDGroup/typescript-transform-paths/commit/30c8729))
34+
- Remove nx plugin ([6fbdadc](https://github.com/LeDDGroup/typescript-transform-paths/commit/6fbdadc))
35+
- ⚠️ Remove ts-node register interface ([58a0db0](https://github.com/LeDDGroup/typescript-transform-paths/commit/58a0db0))
36+
- Revert "chore: remove nx plugin" ([7948a8e](https://github.com/LeDDGroup/typescript-transform-paths/commit/7948a8e))
37+
- **deps-dev:** Bump typescript from 5.7.2 to 5.9.3 in /test ([e564526](https://github.com/LeDDGroup/typescript-transform-paths/commit/e564526))
38+
39+
### ✅ Tests
40+
41+
- Replace jest with node test runner ([c77edec](https://github.com/LeDDGroup/typescript-transform-paths/commit/c77edec))
42+
43+
#### ⚠️ Breaking Changes
44+
45+
- ⚠️ Esm only ([#442](https://github.com/LeDDGroup/typescript-transform-paths/pull/442))
46+
- ⚠️ Remove main and types package.json properties ([ec9ae9c](https://github.com/LeDDGroup/typescript-transform-paths/commit/ec9ae9c))
47+
- ⚠️ Remove typescript 3 support ([3de3d81](https://github.com/LeDDGroup/typescript-transform-paths/commit/3de3d81))
48+
- ⚠️ Remove typescript 4.7 support ([e372543](https://github.com/LeDDGroup/typescript-transform-paths/commit/e372543))
49+
- ⚠️ Require node >= 22 ([d475adf](https://github.com/LeDDGroup/typescript-transform-paths/commit/d475adf))
50+
- ⚠️ Remove ts-node register interface ([58a0db0](https://github.com/LeDDGroup/typescript-transform-paths/commit/58a0db0))
51+
52+
### ❤️ Contributors
53+
54+
- Daniel Perez ([@danielpza](http://github.com/danielpza))
55+
- Daniel Perez Alvarez ([@danielpza](http://github.com/danielpza))
56+
557
## v3.5.5
658

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

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

0 commit comments

Comments
 (0)