Skip to content

Commit 4ef70ab

Browse files
committed
chore(release): v3.4.11
1 parent 02d7d6c commit 4ef70ab

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
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.4.11
6+
7+
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.10...v3.4.11)
8+
9+
### 💅 Refactors
10+
11+
- Remove namespaces in favor of modules ([#236](https://github.com/LeDDGroup/typescript-transform-paths/pull/236))
12+
- Fix eslint warnings ([#238](https://github.com/LeDDGroup/typescript-transform-paths/pull/238))
13+
- Fix no-require-imports eslint warning ([#239](https://github.com/LeDDGroup/typescript-transform-paths/pull/239))
14+
- Enable no-unused-vars eslint rule ([2e3b9d6](https://github.com/LeDDGroup/typescript-transform-paths/commit/2e3b9d6))
15+
- Remove tsconfig.base.json in favor of @tsconfig/node18 ([#235](https://github.com/LeDDGroup/typescript-transform-paths/pull/235))
16+
- Unvendor typescript types definitions ([#234](https://github.com/LeDDGroup/typescript-transform-paths/pull/234))
17+
- Remove hardcoded types ([#240](https://github.com/LeDDGroup/typescript-transform-paths/pull/240))
18+
19+
### 📖 Documentation
20+
21+
- Remove all contributors badge ([#230](https://github.com/LeDDGroup/typescript-transform-paths/pull/230))
22+
- Remove articles section ([02d7d6c](https://github.com/LeDDGroup/typescript-transform-paths/commit/02d7d6c))
23+
24+
### 🏡 Chore
25+
26+
- Update eslint config to remove old src/declarations path ([0ab8ebc](https://github.com/LeDDGroup/typescript-transform-paths/commit/0ab8ebc))
27+
- Update package.json contributors ([b79f96d](https://github.com/LeDDGroup/typescript-transform-paths/commit/b79f96d))
28+
- **deps-dev:** Bump @types/node from 18.19.43 to 22.2.0 ([#241](https://github.com/LeDDGroup/typescript-transform-paths/pull/241))
29+
- **deps-dev:** Bump typescript-eslint from 8.0.1 to 8.1.0 ([#243](https://github.com/LeDDGroup/typescript-transform-paths/pull/243))
30+
- **deps-dev:** Bump @eslint/js from 9.8.0 to 9.9.0 ([#242](https://github.com/LeDDGroup/typescript-transform-paths/pull/242))
31+
- **deps-dev:** Bump eslint from 9.8.0 to 9.9.0 ([#245](https://github.com/LeDDGroup/typescript-transform-paths/pull/245))
32+
33+
### ✅ Tests
34+
35+
- Remove yarn pack workaround ([#232](https://github.com/LeDDGroup/typescript-transform-paths/pull/232))
36+
37+
### 🎨 Styles
38+
39+
- Add eslint ([#237](https://github.com/LeDDGroup/typescript-transform-paths/pull/237))
40+
41+
### ❤️ Contributors
42+
43+
- Daniel Perez Alvarez <[email protected]>
44+
545
## v3.4.10
646

747
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.9...v3.4.10)

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.4.10",
3+
"version": "3.4.11",
44
"description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)