Skip to content

Commit 7567567

Browse files
committed
chore(release): v3.5.0
1 parent 56d62d2 commit 7567567

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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.0
6+
7+
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.11...v3.5.0)
8+
9+
### 🚀 Enhancements
10+
11+
- Add package.json exports ([#218](https://github.com/LeDDGroup/typescript-transform-paths/pull/218))
12+
13+
### 💅 Refactors
14+
15+
- Move top level register and nx-transformer to src/ ([6f0a280](https://github.com/LeDDGroup/typescript-transform-paths/commit/6f0a280))
16+
- Add prettier-plugin-jsdoc ([0b5fd4c](https://github.com/LeDDGroup/typescript-transform-paths/commit/0b5fd4c))
17+
- Remove ts-expose-internals imports ([7b66926](https://github.com/LeDDGroup/typescript-transform-paths/commit/7b66926))
18+
- Update ts-expose-internals -> @types/ts-expose-internals ([56d62d2](https://github.com/LeDDGroup/typescript-transform-paths/commit/56d62d2))
19+
20+
### 🏡 Chore
21+
22+
- **deps-dev:** Remove strip-ansi ([2fc9901](https://github.com/LeDDGroup/typescript-transform-paths/commit/2fc9901))
23+
24+
### ❤️ Contributors
25+
26+
- Daniel Perez Alvarez <[email protected]>
27+
528
## v3.4.11
629

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

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