Skip to content

Commit 508d0fa

Browse files
committed
chore(release): v3.5.2
1 parent c9879fb commit 508d0fa

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.2
6+
7+
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.5.1...v3.5.2)
8+
9+
### 🩹 Fixes
10+
11+
- Restore typescript 5.6 compatibility ([#301](https://github.com/LeDDGroup/typescript-transform-paths/pull/301))
12+
13+
### 🏡 Chore
14+
15+
- **deps-dev:** Bump eslint and @types/eslint ([#273](https://github.com/LeDDGroup/typescript-transform-paths/pull/273))
16+
- **deps-dev:** Bump @types/node from 22.5.2 to 22.8.7 ([#303](https://github.com/LeDDGroup/typescript-transform-paths/pull/303))
17+
- **deps-dev:** Bump typescript-eslint from 8.3.0 to 8.13.0 ([#302](https://github.com/LeDDGroup/typescript-transform-paths/pull/302))
18+
19+
### ❤️ Contributors
20+
21+
- Ben Limmer ([@blimmer](http://github.com/blimmer))
22+
523
## v3.5.1
624

725
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.5.0...v3.5.1)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-transform-paths",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
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)