Skip to content

Commit 32d0b3a

Browse files
chore(release): v3.5.4
1 parent 019bb5c commit 32d0b3a

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
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.4
6+
7+
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.5.2...v3.5.4)
8+
9+
### 🩹 Fixes
10+
11+
- Respect desired path on case-insensitive file systems ([#397](https://github.com/LeDDGroup/typescript-transform-paths/pull/397))
12+
13+
### 📖 Documentation
14+
15+
- Add version compatibility matrix in readme ([#338](https://github.com/LeDDGroup/typescript-transform-paths/pull/338))
16+
17+
### 🏡 Chore
18+
19+
- **deps-dev:** Bump @eslint/js from 9.9.1 to 9.15.0 ([#310](https://github.com/LeDDGroup/typescript-transform-paths/pull/310))
20+
- **deps-dev:** Bump typescript-eslint from 8.13.0 to 8.15.0 ([#308](https://github.com/LeDDGroup/typescript-transform-paths/pull/308))
21+
- **deps-dev:** Bump eslint from 9.10.0 to 9.15.0 ([#309](https://github.com/LeDDGroup/typescript-transform-paths/pull/309))
22+
- **deps-dev:** Bump changelogen from 0.5.5 to 0.5.7 ([#316](https://github.com/LeDDGroup/typescript-transform-paths/pull/316))
23+
- **deps-dev:** Bump @types/node from 22.8.7 to 22.9.3 ([#314](https://github.com/LeDDGroup/typescript-transform-paths/pull/314))
24+
- **deps-dev:** Bump typescript from 5.6.3 to 5.7.2 in /test ([#317](https://github.com/LeDDGroup/typescript-transform-paths/pull/317))
25+
- **deps-dev:** Bump typescript-eslint from 8.15.0 to 8.16.0 ([#313](https://github.com/LeDDGroup/typescript-transform-paths/pull/313))
26+
- **deps-dev:** Bump eslint from 9.15.0 to 9.16.0 ([#319](https://github.com/LeDDGroup/typescript-transform-paths/pull/319))
27+
- **deps-dev:** Bump typescript-eslint from 8.16.0 to 8.17.0 ([#320](https://github.com/LeDDGroup/typescript-transform-paths/pull/320))
28+
- **deps-dev:** Update yarn from 4.4.0 to 4.5.3 ([f6ccab1](https://github.com/LeDDGroup/typescript-transform-paths/commit/f6ccab1))
29+
- Update yarn.lock ([b958778](https://github.com/LeDDGroup/typescript-transform-paths/commit/b958778))
30+
- **deps-dev:** Bump ts-patch from 3.2.1 to 3.3.0 ([#322](https://github.com/LeDDGroup/typescript-transform-paths/pull/322))
31+
- **deps-dev:** Bump typescript-eslint from 8.17.0 to 8.18.0 ([#323](https://github.com/LeDDGroup/typescript-transform-paths/pull/323))
32+
- **deps-dev:** Bump typescript from 5.5.4 to 5.7.2 ([#315](https://github.com/LeDDGroup/typescript-transform-paths/pull/315))
33+
- **deps-dev:** Bump ts-patch from 3.2.1 to 3.3.0 in /test ([#324](https://github.com/LeDDGroup/typescript-transform-paths/pull/324))
34+
- Configure Renovate ([#330](https://github.com/LeDDGroup/typescript-transform-paths/pull/330))
35+
- Update renovate config to auto merge minor updates ([b3f3f31](https://github.com/LeDDGroup/typescript-transform-paths/commit/b3f3f31))
36+
- **release:** V3.5.3 ([4c3a6c3](https://github.com/LeDDGroup/typescript-transform-paths/commit/4c3a6c3))
37+
- **deps-dev:** Bump @types/jest from 29.5.12 to 29.5.14 in /test ([#346](https://github.com/LeDDGroup/typescript-transform-paths/pull/346))
38+
39+
### 🤖 CI
40+
41+
- Adjust publish workflow ([1039e07](https://github.com/LeDDGroup/typescript-transform-paths/commit/1039e07))
42+
- Fix changelogen not pushing code ([221136a](https://github.com/LeDDGroup/typescript-transform-paths/commit/221136a))
43+
- Update fetch-depth on publish workflow ([2fe790e](https://github.com/LeDDGroup/typescript-transform-paths/commit/2fe790e))
44+
45+
### ❤️ Contributors
46+
47+
- Denis Sokolov ([@denis-sokolov](http://github.com/denis-sokolov))
48+
- Daniel Perez Alvarez <[email protected]>
49+
550
## v3.5.3
651

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

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.3",
3+
"version": "3.5.4",
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)