Skip to content

Commit ff6745a

Browse files
committed
chore(release): v3.5.6
1 parent 4f02b2e commit ff6745a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.6
6+
7+
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.5.5...v3.5.6)
8+
9+
### 🏡 Chore
10+
11+
- Backport ./plugins/nx export to v3 release ([4f02b2e](https://github.com/LeDDGroup/typescript-transform-paths/commit/4f02b2e))
12+
13+
### ❤️ Contributors
14+
15+
- Daniel Perez ([@danielpza](http://github.com/danielpza))
16+
517
## v3.5.5
618

719
[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.5.4...v3.5.5)

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