Skip to content

Commit c87c208

Browse files
committed
chore(release): v4.0.0-beta.2
1 parent 19c487a commit c87c208

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
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.2
6+
7+
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v4.0.0-beta...v4.0.0-beta.2)
8+
9+
### 🩹 Fixes
10+
11+
- Use type-only imports whenever possible ([#460](https://github.com/LeDDGroup/typescript-transform-paths/pull/460))
12+
13+
### 📖 Documentation
14+
15+
- Refine the readme and v4 migration content ([#455](https://github.com/LeDDGroup/typescript-transform-paths/pull/455))
16+
17+
### 🏡 Chore
18+
19+
- **deps-dev:** Bump typescript-eslint from 8.39.1 to 8.46.2 ([#453](https://github.com/LeDDGroup/typescript-transform-paths/pull/453))
20+
- **deps-dev:** Bump @eslint/js from 9.33.0 to 9.38.0 ([#452](https://github.com/LeDDGroup/typescript-transform-paths/pull/452))
21+
- **deps-dev:** Bump typescript from 5.8.3 to 5.9.3 ([#449](https://github.com/LeDDGroup/typescript-transform-paths/pull/449))
22+
- **deps-dev:** Bump globals from 15.15.0 to 16.4.0 ([#446](https://github.com/LeDDGroup/typescript-transform-paths/pull/446))
23+
- Fix README formatting ([4f9509b](https://github.com/LeDDGroup/typescript-transform-paths/commit/4f9509b))
24+
- Replace @tsconfig/* with @tsconfig/bases ([#457](https://github.com/LeDDGroup/typescript-transform-paths/pull/457))
25+
- **deps-dev:** Update changelogen ([19c487a](https://github.com/LeDDGroup/typescript-transform-paths/commit/19c487a))
26+
27+
### ❤️ Contributors
28+
29+
- Daniel Perez ([@danielpza](https://github.com/danielpza))
30+
- Edoardo Luppi ([@lppedd](https://github.com/lppedd))
31+
532
## v4.0.0-beta
633

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

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

0 commit comments

Comments
 (0)